-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request