remove(_:)
Removes an entity’s identifier from the collection.
Declaration
mutating func remove(_ entity: Entity)Discussion
Parameter:
entity: The entity containing the identifier to remove from the collection.
Removes an entity’s identifier from the collection.
mutating func remove(_ entity: Entity)Parameter:
entity: The entity containing the identifier to remove from the collection.