Sequence U16ToByte

std/conversion/scalar/to_byte::U16ToByte


Inputs

value: Stream<u16>

Outputs

↦ data: Stream<byte>


Convert stream of u16 into byte.

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