If referencing symbol from other module during code gen is a unavoidable necessity, you should use instrospection on `T` and add its module into code gen as template-local import (something like https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/http/restutil.d#L341)
By spec name resolution for templates happens in declaration
scope. Mixin templates are only exception.
- mixin module template -> undefined identifier Robert Schadek
- Re: mixin module template -> undefined identifier David Nadlinger
- Re: mixin module template -> undefined identif... Robert Schadek
- Re: mixin module template -> undefined identif... David Nadlinger
- Re: mixin module template -> undefined ide... Robert Schadek
- Re: mixin module template -> undefined identif... Dicebot
- Re: mixin module template -> undefined identifier Dicebot
- Re: mixin module template -> undefined identif... Robert Schadek