Treatment toByte

conv/i16::toByte


Inputs

⇥ value: Stream<i16>

Outputs

↦ data: Stream<Vec<byte>>


Turns i16 stream into byte one.

Each i16 gets converted into Vec<byte>, with each vector containing the bytess of the former scalar i16 it represents.