Sequence OrganizeI128

std/flow/organize::OrganizeI128


Inputs

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

Outputs

↦ values: Stream<Vec<i128>>


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

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