Sequence ToString

std/conversion/vector/i32::ToString


Inputs

value: Stream<Vec<i32>>

Outputs

↦ value: Stream<Vec<string>>


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

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