append(contentsOf:)
Adds anchors from an array to the end of this collection.
Declaration
@MainActor @preconcurrency func append(contentsOf array: [any HasAnchoring])Parameters
- array:
The array of anchor entities to add.
Adds anchors from an array to the end of this collection.
@MainActor @preconcurrency func append(contentsOf array: [any HasAnchoring])The array of anchor entities to add.