Returns the position immediately before the given index.
SDK
- Xcode 7.1+
Framework
- Swift Standard Library
Declaration
Parameters
i
A valid index of the collection.
i
must be greater thanstart
.Index
Return Value
The index value immediately before i
.