remove(_:)
Removes the specified entity identifier from the collection.
Declaration
mutating func remove(_ identifier: Entity.ID)Discussion
Parameter:
identifier: The entity identifier to remove from the collection.
Removes the specified entity identifier from the collection.
mutating func remove(_ identifier: Entity.ID)Parameter:
identifier: The entity identifier to remove from the collection.