Treatment toByte
conv/u16::toByte
Inputs
⇥ value:
Stream<u16>
Outputs
↦ data:
Stream<Vec<byte>>
Turns u16
stream into byte
one.
Each u16
gets converted into Vec<byte>
, with each vector containing the bytes
s of the former scalar u16
it represents.