append(contentsOf:)
Adds anchors from a sequence to the end of this collection.
Declaration
@MainActor @preconcurrency func append<S>(contentsOf sequence: S) where S : Sequence, S.Element : HasAnchoringParameters
- sequence:
The sequence of anchor entities to add.