Contents

append(_:)

Adds a new anchor at the end of the collection.

Declaration

@MainActor @preconcurrency func append(_ entity: any HasAnchoring)

Parameters

  • entity:

    The element to append to the collection.

See Also

Adding anchors