load

Function load 

Source
pub(crate) unsafe fn load(bytes: &[u8], offset: usize) -> u64
Expand description

Load 8 bytes into a u64 word at the given offset.

ยงSafety

You must ensure that offset + 8 <= bytes.len().