pub fn usize(number: usize, buf: &mut [u8; 10]) -> &[u8]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
Encode the given usize into the given byte array.
usize
Returns the slice of encoded bytes.