Returns the position immediately before the given index.
SDK
- Xcode 9.0+
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
.
Discussion
Note
This documentation comment was inherited from Random
.