Type Alias

Array.Indices

The type that represents the indices that are valid for subscripting an array, in ascending order. 昇順での、配列の添え字として有効なインデックスを表す型。

Declaration 宣言

typealias Indices = Range<Int>

See Also 参照

Supporting Types 支援を行う型