struct Components [src]

Fields

main_token: TokenIndex
type_expr: Node.OptionalIndexCan only be .none after calling convertToNonTupleLike.
align_expr: Node.OptionalIndex
value_expr: Node.OptionalIndex
tuple_like: bool

Source

pub const Components = struct { main_token: TokenIndex, /// Can only be `.none` after calling `convertToNonTupleLike`. type_expr: Node.OptionalIndex, align_expr: Node.OptionalIndex, value_expr: Node.OptionalIndex, tuple_like: bool, }