struct Item [src]
Fields
name: NullTerminatedStringnull terminated string index
token: Ast.TokenIndexpoints to the import name
Source
pub const Item = struct {
/// null terminated string index
name: NullTerminatedString,
/// points to the import name
token: Ast.TokenIndex,
}