Skip Navigation
Global Nav Open Menu
Global Nav Close Menu
Apple Developer
Search Developer
Cancel
Apple Developer
Discover
Design
Develop
Distribute
Support
Account
Documentation
Open Menu
Close Menu
Swift
Swift Standard Library
Collections
Sequence and Collection Protocols
⋯
Swift
Swift Standard Library
Collections
Sequence and Collection Protocols
RangeReplaceableCollection
remove(atOffsets:)
Language:
Swift
API Changes:
None
Instance Method
remove(at
Offsets:)
No overview available.
SDKs
iOS 13.0+
macOS 10.15+
Mac Catalyst 13.0+
tvOS 13.0+
watchOS 6.0+
Xcode 11.0+
Framework
Swift
UI
Declaration
mutating
func
remove
(
atOffsets
offsets
:
Index
Set
)
Available when
Self
conforms to
Mutable
Collection
.