Skip to main content

decode_i64

Function decode_i64 

Source
pub const fn decode_i64(buf: &[u8; 9]) -> (i64, usize)
Expand description

Decodes an i64 from a buffer, returning the value and encoded length.