## 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)