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