Contents

remove(at:)

Removes and returns the anchor at the specified position.

Declaration

@MainActor @preconcurrency func remove(at index: Int)

Parameters

  • index:

    The position of the anchor to remove. Use a valid index of the collection.

See Also

Removing anchors