flowstdlib 0.142.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Control (//flowstdlib/control)
Some generic processes that act on data.

## List of Functions and Flows
* [`accumulate`]accumulate/accumulate.md
* [`append`]append/append.md
* [`count`]count/count.md
* [`duplicate`]duplicate/duplicate.md
* [`enumerate`]enumerate/enumerate.md
* [`info`]info/info.md
* [`ordered_split`]ordered_split/ordered_split.md
* [`remove`]remove/remove.md
* [`sort`]sort/sort.md
* [`split`]split/split.md
* [`zip`]zip/zip.md