Sequence I16ToByte

std/conversion/scalar/to_byte::I16ToByte


Inputs

value: Stream<i16>

Outputs

↦ data: Stream<byte>


Convert stream of i16 into byte.

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