Contents

replaceAll(_:)

Replaces the existing anchor collection with a provided sequence.

Declaration

@MainActor @preconcurrency func replaceAll<S>(_ entities: S) where S : Sequence, S.Element : HasAnchoring

Parameters

  • entities:

    A sequence of anchors to replace the existing collection.

See Also

Replacing anchors