Sequence ToString

std/conversion/scalar/u128::ToString


Inputs

value: Stream<u128>

Outputs

↦ value: Stream<string>


Convert stream of u128 into string.

u128 gets converted into string, and the resulting strings are send through stream in continuity.