Instance Propertyswift 6.0.3Swift

baseAddress

A pointer to the first element of the buffer.

var baseAddress: UnsafeMutablePointer<Element>? { get }

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.