Type Alias ConstData
Source pub type ConstData = ConstData<Interner>;
struct ConstData {
pub ty: Ty<Interner>,
pub value: ConstValue<Interner>,
}
Type that holds the constant.
The value of the constant.
Implementations
Wraps the constant data in a Const
.
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
The interner associated with the type.
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.