struct Components [src]

Fields

for_token: TokenIndex
inputs: []const Node.Index
then_expr: Node.Index
else_expr: Node.OptionalIndex

Source

pub const Components = struct { for_token: TokenIndex, inputs: []const Node.Index, then_expr: Node.Index, else_expr: Node.OptionalIndex, }