Function unsigned_varint::encode::u128 [−][src]
pub fn u128(number: u128, buf: &mut [u8; 19]) -> &[u8]
Encode the given u128
into the given byte array.
Returns the slice of encoded bytes.
pub fn u128(number: u128, buf: &mut [u8; 19]) -> &[u8]
Encode the given u128
into the given byte array.
Returns the slice of encoded bytes.