removeAll(where:)
Removes all entities from this collection that satisfy the given predicate.
Declaration
mutating func removeAll(where: (Entity) throws -> Bool) rethrowsRemoves all entities from this collection that satisfy the given predicate.
mutating func removeAll(where: (Entity) throws -> Bool) rethrows