mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
11 lines
340 B
Text
11 lines
340 B
Text
|
|
## 3.1.4
|
|
|
|
- sort, uniq, group and sort_uniq combinators implemented
|
|
- some conversion functions that use Sequence.t2
|
|
- infix operators in Sequence.Infix
|
|
- Sequence.t2 type for efficient iteration on pairs of elements
|
|
- some combinators are adapted to Sequence.t2
|
|
- zip, unzip and zip_i to convert between t and t2
|
|
- added scan combinator
|
|
|