Function advent_of_code_2023::day_5::ids_as_single_seeds
source · fn ids_as_single_seeds(ids: &Vec<i64>) -> Vec<IdRange>
Expand description
For part one each seed is a single id, which can be represented as a range of length 1