removeObjects(at:)
Removes the objects at the specified indexes from the mutable ordered set.
Declaration
func removeObjects(at indexes: IndexSet)Parameters
- indexes:
The indexes of the objects to remove from the mutable ordered set. The locations specified by indexes must lie within the bounds of the mutable ordered .
Discussion
This method is similar to removeObject(at:), but allows you to efficiently remove multiple objects with a single operation.