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 bytes
s of the former scalar i16
it represents.