Replaces the given index with its predecessor.
Required. Default implementation provided.
SDK
- Xcode 10.0+
Framework
- Swift Standard Library
Declaration
func formIndex(before i: inout Self.Index)
Parameters
iA valid index of the collection.
imust be greater thanstart.Index