pub fn put_f64l(buf: &mut [u8], n: f64)
Expand description

Converts a f64 into 8 unsigned bytes and writes them in a little-endian order at the start of a buffer.