The “past the end” position—that is, the position one greater than the last valid subscript argument.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
var endIndex: Int { get }
Discussion
The end
property of an Unsafe
instance is always identical to count
.