pub type ConstantKind = ConstantExpr;Aliased Type§
pub struct ConstantKind {
pub ty: Ty,
pub contents: Box<ConstantExprKind>,
}Fields§
§ty: Ty§contents: Box<ConstantExprKind>pub type ConstantKind = ConstantExpr;pub struct ConstantKind {
pub ty: Ty,
pub contents: Box<ConstantExprKind>,
}ty: Ty§contents: Box<ConstantExprKind>