Sequence OrganizeByte

std/flow/organize::OrganizeByte


Inputs

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

Outputs

↦ values: Stream<Vec<byte>>


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

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