A type that represents the indices that are valid for subscripting the collection, in ascending order.
SDK
- Xcode 11.0+
Framework
- Swift Standard Library
Declaration
typealias Dictionary<Key, Value>.Values.Indices = Default Indices<Dictionary<Key, Value>.Values>
Discussion
Note
This documentation comment was inherited from Collection.