Skip to content
This repository was archived by the owner on Jun 14, 2025. It is now read-only.

Releases: indigo-web/iter

v0.1.0

07 Oct 23:56
9ae6ae8

Choose a tag to compare

  • Swapped positions of map/filter functions and iterators by themselves, as so is everywhere
  • Added Reduce(), that produces an output from passed iterator, with the difference to Extractor - it reduces all the values of an iterator to a single one via reduceFun

v0.0.4

08 Sep 20:27
145539a

Choose a tag to compare

Added Extractor for extracting values from iterators into a slice

v0.0.3

08 Sep 19:50
63dde7d

Choose a tag to compare

Added Map iterator!

v0.0.2

08 Sep 19:41
ae03fb6

Choose a tag to compare

Added filter package for containing filter functions. At the moment, only Unique is added

v0.0.1

08 Sep 19:25
f5407d9

Choose a tag to compare

Created the package! Initially added ordinary slice iterator, paired slice iterator, and filter