Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@Pebaz Pebaz released this 26 May 18:05
· 7 commits to master since this release

Features

  • Choose from over 40 iterators and aggregators to assist you with iterating over collections
  • Implement your own custom iterators or value-producing aggregators and use them without modification anywhere in your program
  • Iterators lazily compute the next value so overhead is kept to a minimum
  • Source code has been verified with 50 unit tests and they run on Windows, MacOS, Linux, and Python3.6+