struct Components [src]

Fields

while_token: TokenIndex
cond_expr: Node.Index
cont_expr: Node.OptionalIndex
then_expr: Node.Index
else_expr: Node.OptionalIndex

Source

pub const Components = struct { while_token: TokenIndex, cond_expr: Node.Index, cont_expr: Node.OptionalIndex, then_expr: Node.Index, else_expr: Node.OptionalIndex, }