step

fun step(state: Int, label: Int): Int

Performs lookup in transitions, assuming determinism.

Return

destination state, -1 if no matching outgoing transition

Parameters

state

starting state

label

codepoint to look up