Type Alias

Binding.Indices

A type that represents the indices that are valid for subscripting the collection, in ascending order. ある型、それはインデックスそれらを表します、それらは昇順でコレクションに添え字をつけるために有効なものです。

Declaration 宣言

typealias Indices = Value.Indices
Available when Value conforms to MutableCollection.