remove(contentsOf:)
Removes objects from the receiver’s content collection.
Declaration
func remove(contentsOf objects: [Any])Discussion
See removeObject(_:) for a discussion of the semantics of removing objects when using Core Data.
Removes objects from the receiver’s content collection.
func remove(contentsOf objects: [Any])See removeObject(_:) for a discussion of the semantics of removing objects when using Core Data.