structstd.zig.Ast.Node.Data[src]

Fields

lhs: Index
rhs: Index

Source Code

Source code
pub const Data = struct {
    lhs: Index,
    rhs: Index,
}