Treatment fromChar
std/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.
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/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.