struct Components [src]

Fields

values: []const Node.IndexIf empty, this is an else case
arrow_token: TokenIndex
target_expr: Node.Index

Source

pub const Components = struct { /// If empty, this is an else case values: []const Node.Index, arrow_token: TokenIndex, target_expr: Node.Index, }