Sequence U64ToByte

std/conversion/scalar/to_byte::U64ToByte


Inputs

value: Stream<u64>

Outputs

↦ data: Stream<byte>


Convert stream of u64 into byte.

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