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.
Removes the entity at the given index from this collection.
mutating func remove(at index: Int)The index of the entity to remove from the collection.