Open
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