structstd.zig.llvm.Builder.Function.Instruction.Cast[src]

Fields

val: Value
type: Type

Source Code

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

    pub const Signedness = Constant.Cast.Signedness;
}