On 4/30/17 7:35 PM, Jonathan Marler wrote:
Any reason why "alias this" doesn't work at the module level? If I recall correctly, a module is really just a "class" under the hood, but when I tried to use it I got:Error: alias this can only be a member of aggregate, not module <module-name>
public import is to modules as alias this is to structs/classes :) -Steve
