Modules
std
zig
Ast
Node
WhileCont
struct WhileCont
[src]
Fields
cont_expr: Index
then_expr: Index
Source
pub const WhileCont = struct { cont_expr: Index, then_expr: Index, }