Sequence OrganizeI32

std/flow/organize::OrganizeI32


Inputs

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

Outputs

↦ values: Stream<Vec<i32>>


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

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