Sequence ByteToString

std/conversion/scalar/to_string::ByteToString


Inputs

value: Stream<byte>

Outputs

↦ value: Stream<string>


Convert stream of byte into string.

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