Sequence ToString

std/conversion/vector/char::ToString


Inputs

value: Stream<Vec<char>>

Outputs

↦ value: Stream<Vec<string>>


Convert stream of Vec<char> into Vec<string> one.

Vec<char> gets converted into Vec<string>, and the resulting vectors are send through stream in continuity.