advent_of_code_2024::day_2

Function without_index

source
fn without_index(report: &Vec<u32>, idx: usize) -> Vec<u32>
Expand description

Returns a copy of the input report without the level at the specified index