dsymbol.builtin.symbols

Undocumented in source.

Members

Aliases

SymbolsAllocator
alias SymbolsAllocator = Mallocator
Undocumented in source.

Variables

aggregateSymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") aggregateSymbols;

Struct, enum, union, class, and interface properties

arraySymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") arraySymbols;

Array properties

assocArraySymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") assocArraySymbols;

Associative array properties

builtinSymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") builtinSymbols;

Symbols for the built in types

classSymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") classSymbols;

Class properties

enumSymbols
TTree!(DSymbol*, SymbolsAllocator, true, "a < b") enumSymbols;

Enum properties

typeTmpParamSymbol
DSymbol* typeTmpParamSymbol;

Type template parameters properties (when no colon constraint)

variadicTmpParamSymbol
DSymbol* variadicTmpParamSymbol;

Variadic template parameters properties

Meta