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
.
fn from_be_bytes(slice: &[u8], index: usize) -> usize
Convert 8 bytes in big endian order into a usize
.