Sequence OrganizeString

std/flow/organize::OrganizeString


Inputs

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

Outputs

↦ values: Stream<Vec<string>>


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

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