Type Alias VarInfos

pub type VarInfos = IndexVec<RegionVid, RegionVariableInfo>;

Aliased Type§

#[repr(transparent)]
pub struct VarInfos { pub raw: Vec<RegionVariableInfo>, /* private fields */ }

Fields§

§raw: Vec<RegionVariableInfo>