C Cube Iter Versions Save

Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.

v1.8

6 months ago

CHANGES:

  • add Iter.map_while
  • fix bug in map_by_2, add tests

v1.7

1 year ago

CHANGES:

  • add let operators in Infix
  • require OCaml >= 4.08
  • improve docs about random iterators
  • fix: IO.write_lines should produce an empty file for an empty iter

v1.6

1 year ago

v1.5

1 year ago

v1.4

2 years ago
  • fix dune files for dune 3
  • add for_each and for_eachi

v1.3

2 years ago
  • use inline annotations
  • prepare for newer mdx (for tests)

1.2.1

4 years ago

compatibility with OCaml 4.08

1.2

5 years ago

1.2

  • Rename the library to Iter.
  • Add from_labeled_iter.
  • Use raise_notrace for internal exceptions.

1.1

5 years ago

perf and fix improvements