Contents

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.

See Also

Updating collection contents