Returns the position immediately after the given index.
SDK
- Xcode 8.0+
Framework
- Swift Standard Library
Declaration
Parameters
i
A valid index of the collection.
i
must be less thanend
.Index
Return Value
The index immediately after i
.
Returns the position immediately after the given index.
SDK
Framework
i
A valid index of the collection. i
must be less than end
.
The index immediately after i
.