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.
Removes and returns the anchor at the specified position.
@MainActor @preconcurrency func remove(at index: Int)The position of the anchor to remove. Use a valid index of the collection.