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.
Adds a new anchor at the end of the collection.
@MainActor @preconcurrency func append(_ entity: any HasAnchoring)The element to append to the collection.