Type Alias

ArraySlice.Indices

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

Declaration 宣言

typealias Indices = Range<Int>