Sequence U32ToByte

std/conversion/scalar/to_byte::U32ToByte


Inputs

value: Stream<u32>

Outputs

↦ data: Stream<byte>


Convert stream of u32 into byte.

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