reset

@JvmName(name = "reset")
actual external fun reset(state: UShort, language: Language?): Boolean(source)

Reset the lookahead iterator the given state and, optionally, another language.

Return

true if the iterator was reset successfully or false if it failed.

expect fun reset(state: UShort, language: Language? = null): Boolean(source)

Reset the lookahead iterator the given state and, optionally, another language.

Return

true if the iterator was reset successfully or false if it failed.

@JvmName(name = "reset")
actual external fun reset(state: UShort, language: Language?): Boolean(source)

Reset the lookahead iterator the given state and, optionally, another language.

Return

true if the iterator was reset successfully or false if it failed.

actual fun reset(state: UShort, language: Language?): Boolean(source)

Reset the lookahead iterator the given state and, optionally, another language.

Return

true if the iterator was reset successfully or false if it failed.