On Sunday, 4 October 2015 at 20:34:53 UTC, John Colvin wrote:
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
Thanks very much, for both John. Laeeth.