aoc::year2018::day14

Function 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.