Function advent_of_code_2022::day_4::pair_has_redundant_elf
source · fn pair_has_redundant_elf(
((elf1_start, elf1_end), (elf2_start, elf2_end)): ((u32, u32), (u32, u32))
) -> bool
Expand description
Predicate for counting pairs that wholly overlao