Function aoc::year2018::day18::horizontal_sum
source ยท fn horizontal_sum(left: u64, middle: u64, right: u64) -> u64
Expand description
Convenience method that also takes correct byte from left and right neighbors.