pub fn put_i16l(buf: &mut [u8], n: i16)
Expand description

Converts an i16 into 2 unsigned bytes and writes them in a little-endian order at the start of a buffer.