On Friday, 29 August 2014 at 19:22:42 UTC, Dicebot wrote:
Btw, while I remember it, doing mixin("static import ...") is highly recommended instead for namespace hygiene reason if you are actually going to do anything with found symbols.
Logical. I've never actually used this trick for anything serious though, indeed, the first time I attempted it was writing that answer. It just occurred to me that a mixin with local imports is a solution to getting deeper and I slapped it down.
Amusingly, this is now my highest rated SO answer ever.
