extern struct Cast [src]

Fields

val: Constant
type: Type

Members

Source

pub const Cast = extern struct { val: Constant, type: Type, pub const Signedness = enum { unsigned, signed, unneeded }; }