Contents

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 : HasAnchoring

Parameters

  • sequence:

    The sequence of anchor entities to add.

See Also

Adding anchors