Instance Property インスタンスプロパティ

endIndex

The collection’s “past the end” position. このコレクションの「終わりを過ぎた」位置。

Declaration 宣言

var endIndex: FlattenSequence<Base>.Index { get }
Available when Base conforms to Collection and Base.Element conforms to Collection. BaseCollectionに準拠するそしてBase.ElementCollectionに準拠する時に利用可能です。

Discussion 解説

endIndex is not a valid argument to subscript, and is always reachable from startIndex by zero or more applications of index(after:). endIndexsubscriptに対する有効な引数ではありません、そして常にstartIndexからゼロまたはそれ以上のindex(after:)の適用によって到達可能です。

Relationships 関係

From Protocol 由来プロトコル