Instance PropertySwift
endIndex
The “past the end” position—that is, the position one greater than the last valid subscript argument.
var endIndex: Int { get }
Overview
The endIndex
property of an UnsafeBufferPointer
instance is always identical to count
.