Function advent_of_code_2022::day_8::with_delta
source · fn with_delta(init: usize, delta: isize, multiplier: isize) -> Option<usize>
Expand description
Apply a multiple of a delta to a starting position to get the position for a step if it is positive