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