SemanticPass1.deferred

List of mixin, static if, static assert and pragma(msg,...) declarations.

Their analysis must be deferred because they entail evaluation of expressions.

class SemanticPass1
Deferred[] deferred;

Meta