Skip to main content

get_u64

Function get_u64 

Source
pub fn get_u64(b: &[u8], off: usize) -> u64
Expand description

Reads a little endian u64 at off, or 0 if the slice is too short.