struct Components [src]
Fields
switch_token: TokenIndex
condition: Node.Index
cases: []const Node.Index
Source
pub const Components = struct {
switch_token: TokenIndex,
condition: Node.Index,
cases: []const Node.Index,
}
pub const Components = struct {
switch_token: TokenIndex,
condition: Node.Index,
cases: []const Node.Index,
}