Skip to main content

decode_int_prefix

Function decode_int_prefix 

Source
fn decode_int_prefix(bytes: &[u8], start: usize) -> Option<(i64, usize)>
Expand description

Decode an integer at the given position, returning the value and the index of the position following the decoded integer.