Replaces the given index with its successor.
SDK
- Xcode 9.3+
Framework
- Swift Standard Library
Declaration
Parameters
i
A valid index of the collection.
i
must be less thanend
.Index
Discussion
Note
This documentation comment was inherited from Collection
.