文書 > Swift 標準ライブラリ > Collections > Supporting Types > AnyCollection > startIndex
インスタンスプロパティ
startIndex
空でないコレクション内の最初の要素の位置。
宣言
議論
空のコレクションでは、startIndex == endIndex です。
XCode 9.3 日本語化計画:Swift 標準ライブラリ startIndex
文書 > Swift 標準ライブラリ > Collections > Supporting Types > AnyCollection > startIndex
空でないコレクション内の最初の要素の位置。
空のコレクションでは、startIndex == endIndex です。