Sequence OrganizeF64

std/flow/organize::OrganizeF64


Inputs

value: Stream<f64>
pattern: Stream<Vec<void>>

Outputs

↦ values: Stream<Vec<f64>>


Organize stream of f64 into stream of Vec<f64>.

ℹ️ If some remaining values doesn't fit into the pattern, they are trashed. If there are not enough values to fit the pattern, uncomplete vector is trashed.