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