remove(_:)
Removes the entity from the collection.
Declaration
mutating func remove(_ entity: Entity)Parameters
- entity:
The entity to remove from the collection.
Removes the entity from the collection.
mutating func remove(_ entity: Entity)The entity to remove from the collection.