Skip to content

Support .net style iterators/enumerators #415

Open
@charlesw

Description

One of the issues with the library at the moment is that the iterators used to iterate over the results do not follow .net's iterator paradigm as defined by IEnumerable & IEnumerator which makes it difficult to use.

Goals:

  • Minimize breaking changes (keep existing API for now)
  • Add new enumerable/results for those that want to use it.

Activity

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

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions