Contents

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.

See Also

Adding anchors