Sequence I128ToByte

std/conversion/scalar/to_byte::I128ToByte


Inputs

value: Stream<i128>

Outputs

↦ data: Stream<byte>


Convert stream of i128 into byte.

i128 gets converted into byte, and the resulting bytes are send through stream in continuity.