pub fn negate_vector(v: &[usize]) -> Vec<usize>
Expand description

Given a strictly increasing vector v, it returns a vector with all the values not in v.