Replaces the given index with its successor.
Required. Default implementation provided.
SDK
- Xcode 10.0+
Framework
- Swift Standard Library
Declaration
func formIndex(after i: inout Self.Index)
Parameters
i
A valid index of the collection.
i
must be less thanend
.Index