alias parameters, what for?
    XavierAP 
    n3minis-git at yahoo.es
       
    Thu May  9 19:16:54 UTC 2019
    
    
  
Thanks, I get your points. I do think they make more sense for 
the standard library, than in every general case (packages for 
specific uses). Namely, alias parameters provide absolute 
genericity (instead of overloading every possible use case, or 
else constraining the API by design), and ultimate runtime 
performance (always at the expense of compile time).
    
    
More information about the Digitalmars-d-learn
mailing list