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.