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

endIndex

The “past the end” position—that is, the position one greater than the last valid subscript argument. 「終わりを過ぎた」位置—すなわち、最後の有効な添え字引数より1つ大きい位置。

Declaration 宣言

var endIndex: UnsafeMutableRawBufferPointer.Index { get }

Discussion 解説

The endIndex property of an UnsafeMutableRawBufferPointer instance is always identical to count. UnsafeMutableRawBufferPointerインスタンスのendIndexプロパティは、常にcountと同一です。

Relationships 関係

From Protocol 由来プロトコル