structstd.zig.Zir.Inst.Imports.Item[src]

Fields

name: NullTerminatedString

null terminated string index

token: Ast.TokenIndex

points to the import name

Source Code

Source code
pub const Item = struct {
    /// null terminated string index
    name: NullTerminatedString,
    /// points to the import name
    token: Ast.TokenIndex,
}