Contents

remove(at:)

Removes the entity at the given index from this collection.

Declaration

mutating func remove(at index: Int)

Parameters

  • index:

    The index of the entity to remove from the collection.

Discussion