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