Type Alias aho_corasick::packed::rabinkarp::Hash

source ยท
type Hash = usize;
Expand description

The type of the rolling hash used in the Rabin-Karp algorithm.