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

Fields

cont_expr: Index
then_expr: Index
else_expr: Index

Source Code

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