peekEnd

open fun peekEnd(): Int(source)

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

Return

The next token-end

Since

0.1.0


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

Peek the token end at the given index

Return

the token-end at the given index

Since

0.1.0

Parameters

offset

the offset of the token