Contents

removeAll(where:)

Removes all entities from this collection that satisfy the given predicate.

Declaration

mutating func removeAll(where: (Entity) throws -> Bool) rethrows

Discussion