On Wednesday, 4 April 2018 at 15:49:31 UTC, Vladimirs Nordholm wrote:
    private template Mix()
    {
        this(Enum ee) { e = ee; }
        Enum e;
        alias this = e;
    }


Oops, typo in the alias. Should be `alias e this`

Reply via email to