Replaces the given index with its successor.
Required. Default implementation provided.
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. Default implementation provided.
SDK
Framework
i
A valid index of the collection. i
must be less than end
.
func form Index(after: inout Self .Index)
Replaces the given index with its successor.