VMap

Type Alias VMap 

Source
pub type VMap<V> = IntMap<Var, V>;

Aliased Typeยง

pub struct VMap<V> { /* private fields */ }