Function aoc_parser::check_range_error
source · pub fn check_range_error<Val: Debug + Display + Ord, Rng: Debug + RangeBounds<Val>>(
name: &str,
val: &Val,
range: Rng
) -> String
pub fn check_range_error<Val: Debug + Display + Ord, Rng: Debug + RangeBounds<Val>>(
name: &str,
val: &Val,
range: Rng
) -> String