Sequence OrganizeU16

std/flow/organize::OrganizeU16


Inputs

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

Outputs

↦ values: Stream<Vec<u16>>


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

ℹ️ 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.