Type Alias ra_ap_hir_ty::ConstData

source ·
pub type ConstData = ConstData<Interner>;

Aliased Type§

struct ConstData {
    pub ty: Ty<Interner>,
    pub value: ConstValue<Interner>,
}

Fields§

§ty: Ty<Interner>

Type that holds the constant.

§value: ConstValue<Interner>

The value of the constant.