Iterator

open inner class Iterator(val index: Int)

Inheritors

Constructors

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
val end: Int
Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard
val length: Int
Link copied to clipboard
val start: Int
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun charLookup(steps: Int): Char
Link copied to clipboard
open fun rawLookup(steps: Int): IElementType?
Link copied to clipboard
fun rawStart(steps: Int): Int
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String