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