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.