iteratorAtEnd property
CharacterRange
get
iteratorAtEnd
Iterator over the characters of this string.
Returns CharacterRange positioned after the last character of this Characters.
Allows iterating the characters of string backwards using CharacterRange.moveBack, as well as controlling the iteration in more detail.
Implementation
CharacterRange get iteratorAtEnd;