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

baseAddress

A pointer to the first element of the buffer. このバッファの最初の要素へのポインタ。

Declaration 宣言

var baseAddress: UnsafePointer<Element>? { get }

Discussion 解説

If the baseAddress of this buffer is nil, the count is zero. However, a buffer can have a count of zero even with a non-nil base address. このバッファのbaseAddressnilならば、総数はゼロです。しかしながら、バッファはゼロのcountを非nilに基づくアドレスでも持つことができます。