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
16
## index_f (//flowstdlib/control/index_f)
A flow that wraps the [index](index/index.md) function to simplify its use by supplying most frequently
used initializers to some inputs. 
 
Use it to select an item from a stream of items by index.

### Include using
```toml
[[process]]
source = "lib://flowstdlib/control/index_f"
```

### Flow Graph
<a href="index_f.dot.svg" target="_blank"><img src="index_f.dot.svg"></a>

Click image to navigate flow hierarchy.