Contents

endIndex

The “past the end” position—that is, the position one greater than the last valid subscript argument.

Declaration

var endIndex: UnsafeMutableRawBufferPointer.Index { get }

Discussion

The endIndex property of an UnsafeMutableRawBufferPointer instance is always identical to count.