flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
## Stream Max (//flowstdlib/data/max)
Track the maximum value in a null-terminated stream. Initialize `partial`
to 0. On null, outputs final maximum on `result`.