Skip to content

Simple API for range #44

Closed
Closed
@michaelmior

Description

Unless I'm missing something, if I just want a progress bar for something that goes over a range of input, I have to use the imperative syntax which implies two additional levels of nesting. It would be great if there were a simple declarative API that accepts two integers and lets me iterate over the range between them.

I tried using an IntStream with the existing declarative API which almost works, but doesn't maintain the total size.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions