[][src]Function lazy_bytes_cast::read_u64

pub const fn read_u64(input: &[u8], cursor: usize) -> u64

Read u64 at compile time.

cursor allows to specify position in slice, allowing avoid the need for slicing