Contents

remove(_:)

Removes the entity from the collection.

Declaration

mutating func remove(_ entity: Entity)

Parameters

  • entity:

    The entity to remove from the collection.

Discussion