Skip to main content

read_i64

Function read_i64 

Source
pub fn read_i64(buf: &[u8], offset: usize) -> Option<i64>
Expand description

Read an i64 from the value at offset. Handles all integer types. Floats return None — use read_f64 for those.