Returns mutable references for the requested indices
Slightly more efficient than indices! since assumes the requested indices are already ordered smallest to largest.
Panics if the requested indices are not smallest to largest, or if any index is duplicated or out of bounds.
Returns mutable references for the requested indices.
Slightly more efficient than try_indices! since assumes the requested indices are already ordered smallest to largest.
Returns TryOrderedIndicesError if the requested indices are not smallest to largest, or if any index is duplicated or out of bounds.