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>.Keys.Indices = DefaultIndices <Dictionary<Key, Value>.Keys>
Discussion
Note
This documentation comment was inherited from Collection
.