structstd.zig.Ast.full.Switch.Components[src]

Fields

switch_token: TokenIndex
condition: Node.Index
cases: []const Node.Index

Source Code

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