Treatment fromChar
text/convert/string::fromChar
Inputs
⇥ chars:
Stream<Vec<char>>
Outputs
↦ text:
Stream<string>
Convert stream of char vectors into stream of strings.
Each streamed char vector is turned into its string equivalent.
text/convert/string::fromChar
⇥ chars:
Stream<Vec<char>>
↦ text:
Stream<string>
Convert stream of char vectors into stream of strings.
Each streamed char vector is turned into its string equivalent.