flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
## Stream Min (//flowstdlib/data/min)
Track the minimum value in a null-terminated stream. Initialize `partial`
to a large value (e.g. 255). On null, outputs final minimum on `result`.