pub static STATE_TABLE: [[Transition; 11]; 19]Expand description
The master state transition table.
STATE_TABLE[state][byte_class] yields the Transition to apply.
Const-initialized at compile time — no runtime cost.
pub static STATE_TABLE: [[Transition; 11]; 19]The master state transition table.
STATE_TABLE[state][byte_class] yields the Transition to apply.
Const-initialized at compile time — no runtime cost.