Sequence U128ToByte

std/conversion/scalar/to_byte::U128ToByte


Inputs

value: Stream<u128>

Outputs

↦ data: Stream<byte>


Convert stream of u128 into byte.

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