replaceAll(_:)
Replaces the existing anchor collection with a provided sequence.
Declaration
@MainActor @preconcurrency func replaceAll<S>(_ entities: S) where S : Sequence, S.Element : HasAnchoringParameters
- entities:
A sequence of anchors to replace the existing collection.