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
John Colvin via Digitalmars-d-learn Sun, 04 Oct 2015 13:36:01 -0700
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