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.
The index of the first element in a nonempty buffer.
var startIndex: Int { get }The startIndex property of an UnsafeBufferPointer instance is always zero.