The number of elements in the buffer.
SDK
- Xcode 9.3+
Framework
- Swift Standard Library
Declaration
let count: Int
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.