append(_:)
Adds an element to the end of the collection.
Declaration
mutating func append(_ newElement: LowLevelMesh.PartsCollection.Element)Parameters
- newElement:
The element to append to the collection.
Adds an element to the end of the collection.
mutating func append(_ newElement: LowLevelMesh.PartsCollection.Element)The element to append to the collection.