On Monday, 13 February 2017 at 22:59:11 UTC, John Colvin wrote:
[ snip ]

sorry, made a typo, that should have been

    alias int1 = Initial!(int, 1);
static assert(int1.initial == 1); // typeof(int1.initial) == int
    static assert(int1.init == 1); // typeof(int1.init) == int1

Reply via email to