Skip to main content

OccMap

Type Alias OccMap 

Source
pub type OccMap = HashMap<VarId, Occ>;
Expand description

Map from variable to occurrence count.

Aliased Typeยง

pub struct OccMap { /* private fields */ }