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 bytess of the former scalar f64 it represents.