extern structstd.zig.llvm.Builder.Constant.Cast[src]

Fields

val: Constant
type: Type

Source Code

Source code
pub const Cast = extern struct {
    val: Constant,
    type: Type,

    pub const Signedness = enum { unsigned, signed, unneeded };
}