std.functional:partial - disambiguating templated functions
    John Colvin via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Oct  4 13:34:51 PDT 2015
    
    
  
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
    
    
More information about the Digitalmars-d-learn
mailing list