Contents

append(contentsOf:)

Adds the elements of a sequence or collection to the end of this collection.

Declaration

mutating func append<S>(contentsOf newElements: S) where S : Sequence, S.Element == LowLevelMesh.Part

Parameters

  • newElements:

    The elements to append to the collection.

See Also

Updating collection contents