Function advent_of_code_2023::day_5::ids_to_ranges
source · fn ids_to_ranges(ids: &Vec<i64>) -> Vec<IdRange>
Expand description
For part two each pair of numbers represents a range, in the format start length
fn ids_to_ranges(ids: &Vec<i64>) -> Vec<IdRange>
For part two each pair of numbers represents a range, in the format start length