Replaces the given index with its successor.
Required.
SDK
- Xcode 10.0+
Framework
- Swift Standard Library
Declaration
Parameters
i
A valid index of the collection.
i
must be less thanend
.Index
Replaces the given index with its successor.
Required.
SDK
Framework
i
A valid index of the collection. i
must be less than end
.