Contents

replaceAll(_:)

Replaces all mesh parts in this collection with those from the new sequence.

Declaration

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

Parameters

  • newElements:

    The elements to replace the contents of the collection.

See Also

Updating collection contents