Contents

removeObjects(in:)

Removes from the mutable ordered set each of the objects within a given range.

Declaration

func removeObjects(in range: NSRange)

Parameters

  • range:

    The range of the objects to remove from the mutable ordered set.

Discussion

The objects are removed using removeObject(at:).

See Also

Adding, Removing, and Reordering Entries