Type Definition aho_corasick::StateIdx [−][src]
pub type StateIdx = u32;
Expand description
The integer type used for the state index.
Limiting this to 32 bit integers can have a big impact on memory usage
when using the Sparse
transition representation.