Sequence ToByte

std/conversion/scalar/f32::ToByte


Inputs

value: Stream<f32>

Outputs

↦ data: Stream<Vec<byte>>


Convert stream of f32 into Vec<byte>.

f32 gets converted into Vec<byte>, each vector contains the bytes of the former scalar f32 it represents.