pub type ConcreteConst = ConcreteConst<Interner>;
Aliased Type§
struct ConcreteConst {
pub interned: ConstScalar,
}
Fields§
§interned: ConstScalar
The interned constant.
Implementations
Trait Implementations
§impl<I> HasInterner for ConcreteConst<I>where
I: Interner,
impl<I> HasInterner for ConcreteConst<I>where
I: Interner,
§impl<I> Ord for ConcreteConst<I>
impl<I> Ord for ConcreteConst<I>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more