Treatment fromString
std/text/convert/char::fromString
Inputs
⇥ text: Stream<string>
Outputs
↦ chars: Stream<char>
Convert stream of string into stream of chars.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
std/text/convert/char::fromString
⇥ text: Stream<string>
↦ chars: Stream<char>
Convert stream of string into stream of chars.