aoc::year2020::day04

Function validate_range

Source
fn validate_range(s: &str, range: RangeInclusive<u32>) -> bool