remove(atArrangedObjectIndexes:)
Removes the objects at the specified indexes in the receiver’s arranged objects from the content array.
Declaration
func remove(atArrangedObjectIndexes indexes: IndexSet)Discussion
See removeObject(_:) for a discussion of the semantics of removing objects when using Core Data.