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