Type Definition aho_corasick::StateIdx
[−]
[src]
type StateIdx = u32;
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.