peekStart

open fun peekStart(): Int(source)

Returns the start of the next token without changing the actual token

Return

The next token-start

Since

0.1.0


open fun peekStart(offset: Int): Int(source)

Peek the token start at the given index

Return

the token-start at the given index

Since

0.1.0

Parameters

offset

the offset of the token