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