TypeLookup

information used by the symbol resolver to determine types, inheritance, mixins, and alias this.

Constructors

this
this(TypeLookupKind kind)
Undocumented in source.
this
this(istring name, TypeLookupKind kind)
Undocumented in source.

Members

Variables

breadcrumbs
UnrolledList!istring breadcrumbs;

Strings used to resolve the type

kind
TypeLookupKind kind;

The kind of type lookup

Meta