Replaces the given index with its successor.
SDK
- Xcode 9.3+
Framework
- Swift Standard Library
Declaration
func formIndex(after i: inout Dictionary<Key, Value>.Index)
Parameters
i
A valid index of the collection.
i
must be less thanend
.Index
Discussion
Note
This documentation comment was inherited from Collection
.