Skip to content

Releases: insolor/zig-itertools

0.0.1

27 Jul 18:03

Choose a tag to compare

Initial release, by @insolor

Implemented so far:

  • ChainIterator - "glues" two iterator in one, returns their elements in succession
  • SliceIterator - iterates over a slice
  • EmptyIterator - emits no elements. Implemented only for testing purposes.

Full Changelog: https://github.com/insolor/zig-itertools/commits/0.0.1