Type Alias

Data.Indices

A type used to indicate a range of positions in a data's buffer. データの持つバッファの中のある範囲の位置を指し示すために使われる型。

Declaration 宣言

typealias Data.Indices = Range<Int>