Skip to content

Feature: Iterable interface #11

@shortercode

Description

@shortercode

Description

An interface that describes an object as capable of iteration. It would require the implementor to have a method next that emits an Optional value. A value of None would indicate the end of the iterator.

Many default methods could be defined to make this interface helpful, Rust is good prior art to refer to in this case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions