Sequence OrganizeBool

std/flow/organize::OrganizeBool


Inputs

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

Outputs

↦ values: Stream<Vec<bool>>


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

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