Type Alias

ArraySlice.Index

The index type for arrays, Int. 配列のためのインデックス型、Int

Declaration 宣言

typealias Index = Int

Discussion 解説

ArraySlice instances are not always indexed from zero. Use startIndex and endIndex as the bounds for any element access, instead of 0 and count. ArraySliceインスタンスは、常にゼロからインデックスをつけられるわけではありません。startIndexおよびendIndexをその境界としてあらゆる要素アクセスのために使ってください、0およびcountではなく。