Open Methods: From C++ to D
    jmh530 via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Thu Aug 31 06:36:01 PDT 2017
    
    
  
On Thursday, 31 August 2017 at 13:30:27 UTC, Atila Neves wrote:
>
> import otherpackage: funkyMethod = openmethod;
> import openmethod: openmethod = method;
>
> Or use the fully qualified name. Either way, nothing that can't 
> be dealt with by D's modules as they are now.
>
>
> Atila
There are no limits to his criticism. If there are conflicts with 
@method, then what happens when someone writes another project 
with @openmethod as a UDA.
I don't think it needs to get changed.
    
    
More information about the Digitalmars-d-announce
mailing list