append(_:)
Adds the specified entity to the end of this collection.
Declaration
mutating func append(_ entity: Entity)Parameters
- entity:
The entity to add to the collection.
Adds the specified entity to the end of this collection.
mutating func append(_ entity: Entity)The entity to add to the collection.