DeferredSymbol

Contains information for deferred type resolution

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dependsOn
bool dependsOn(istring modulePath)
Undocumented in source. Be warned that the author may not have intended to support it.

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