Can alias compose! receive more than one argument?
    Marcone 
    marcone at email.om
       
    Thu Jan  7 19:14:40 UTC 2021
    
    
  
I get this eror:
Example:
     alias a = compose!(x,y => x*y);
     writeln(a(2,5));
// Error: onlineapp.d(4): Error: undefined identifier x
    
    
More information about the Digitalmars-d-learn
mailing list