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