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