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