Sequence ToString

std/conversion/vector/i64::ToString


Inputs

value: Stream<Vec<i64>>

Outputs

↦ value: Stream<Vec<string>>


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

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