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

Fields

cont_expr: Index
then_expr: Index

Source Code

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