Type Alias hir_ty::ConstValue
source · pub type ConstValue = ConstValue<Interner>;
Aliased Type§
enum ConstValue {
BoundVar(BoundVar),
InferenceVar(InferenceVar),
Placeholder(PlaceholderIndex),
Concrete(ConcreteConst<Interner>),
}