structstd.zig.Ast.Node.If[src]

Fields

then_expr: Index
else_expr: Index

Source Code

Source code
pub const If = struct {
    then_expr: Index,
    else_expr: Index,
}