Sequence CharToByte

std/conversion/scalar/to_byte::CharToByte


Inputs

value: Stream<char>

Outputs

↦ data: Stream<byte>


Convert stream of char into byte.

char gets converted into byte, and the resulting bytes are send through stream in continuity. Each char is turned into 4-bytes describing Unicode scalar value.