Skip to main content

put_f32

Function put_f32 

Source
pub fn put_f32(b: &mut [u8], off: usize, v: f32)
Expand description

Writes v little endian at off. Does nothing if the slice is too short.