Sequence OrganizeChar

std/flow/organize::OrganizeChar


Inputs

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

Outputs

↦ values: Stream<Vec<char>>


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

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