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