DeferredSymbol

Contains information for deferred type resolution

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Variables

imports
UnrolledList!(DSymbol*, Mallocator, false) imports;

The imports that were in scope for the symbol's declaration'

symbol
DSymbol* symbol;

The symbol that needs its type resolved

typeLookups
UnrolledList!(TypeLookup*, Mallocator, false) typeLookups;

The type lookup information

Meta