1 2 3 4
## Stream Avg (//flowstdlib/data/avg) Compute the average of a null-terminated stream. Initialize `partial_sum` and `partial_count` to 0. On null, outputs average on `result` and count on `count`.