Instance Property

endIndex

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

Declaration

var endIndex: String.UnicodeScalarView.Index { get }

Discussion

In an empty Unicode scalars view, endIndex is equal to startIndex.

Relationships