pub type HeadMap<Q = usize, A = usize> = HashMap<Head<Q, A>, Tail<Q, A>>;Expand description
A type alias for a HashMap with keys of type Head<Q, S> and values of type
Tail<Q, S>.
Aliased Typeยง
pub struct HeadMap<Q = usize, A = usize> { /* private fields */ }