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

Fields

sentinel: Index
elem_type: Index

Source Code

Source code
pub const ArrayTypeSentinel = struct {
    sentinel: Index,
    elem_type: Index,
}