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

startIndex

The index of the first element in a nonempty buffer. 空でないバッファの中の最初の要素のインデックス。

Declaration 宣言

var startIndex: Int { get }

Discussion 解説

The startIndex property of an UnsafeBufferPointer instance is always zero. UnsafeBufferPointerインスタンスのstartIndexプロパティは、常にゼロです。

Relationships 関係

From Protocol 由来プロトコル