struct Cast [src]
Fields
val: Value
type: Type
Members
- Signedness (enum)
Source
pub const Cast = struct {
val: Value,
type: Type,
pub const Signedness = Constant.Cast.Signedness;
}
pub const Cast = struct {
val: Value,
type: Type,
pub const Signedness = Constant.Cast.Signedness;
}