Function aoc::year2018::day14::from_be_bytes

source ยท
fn from_be_bytes(slice: &[u8], index: usize) -> usize
Expand description

Convert 8 bytes in big endian order into a usize.