On Sunday, 4 October 2015 at 20:26:51 UTC, John Colvin wrote:
template bish(T)
{
        alias tmp = bish0!T;
        alias tmp = bish1!T;
        alias bish = tmp;
}

https://issues.dlang.org/show_bug.cgi?id=15156

Reply via email to