Treatment fromString
std/text/convert/char::fromString
Inputs
⇥ text:
Stream<string>
Outputs
↦ chars:
Stream<char>
Convert stream of string into stream of chars.
std/text/convert/char::fromString
⇥ text:
Stream<string>
↦ chars:
Stream<char>
Convert stream of string into stream of chars.