Function aoc_parser::check_range

source ·
pub fn check_range<Val: Debug + Display + Ord, Rng: Debug + RangeBounds<Val>>(
    name: &str,
    val: &Val,
    range: Rng
) -> GenResult<()>