pub type StateMap<Hs, V = (usize, usize)> = HashMap<Hs, V>;
Type alias for a stateful hash map
struct StateMap<Hs, V = (usize, usize)> { /* private fields */ }