mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
6 lines
319 B
Text
6 lines
319 B
Text
Simple and lightweight sequence abstract data type.
|
|
|
|
Simple sequence abstract data type, intended to transfer a finite number of
|
|
elements from one data structure to another. Some transformations on sequences,
|
|
like `filter`, `map`, `take`, `drop` and `append` can be performed before the
|
|
sequence is iterated/folded on.
|