Skip to content

Introduce restartable iterators #514

Description

@egranata

Allow iterators to include a rewind/restart/... method such that if you fully consume an iterator, and then call it that method, it will produce the entire sequence start-to-finish again

Of course, not all iterators are reversible that way, so an iterator may fail to do the thing, and that experience needs to be designed for

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions