Function aoc::year2022::day04::part2

source ยท
pub fn part2(input: &[[u32; 4]]) -> usize
Expand description

Count ranges with any intersection.