Treatment fromString

std/text/convert/char::fromString


Inputs

⇥ text: Stream<string>

Outputs

↦ chars: Stream<char>


Convert stream of string into stream of chars.