Discussion 解説
If the base
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.
このバッファのbase
がnil
ならば、総数はゼロです。しかしながら、バッファはゼロのcount
を非nil
に基づくアドレスでも持つことができます。
Availability
Technology
var baseAddress: UnsafePointer
<Element>? { get }
If the base
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.
このバッファのbase
がnil
ならば、総数はゼロです。しかしながら、バッファはゼロのcount
を非nil
に基づくアドレスでも持つことができます。