Reducing visual clutter.
    Nicholas Wilson via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Sun Jan  1 04:14:06 PST 2017
    
    
  
On Saturday, 31 December 2016 at 12:31:07 UTC, Nicholas Wilson 
wrote:
> On Saturday, 31 December 2016 at 11:39:39 UTC, Nicholas Wilson 
> wrote:
>> [...]
>
> Oh and `kernel` could be a template function that would need 
> its args forwarded to it.
It's worse than that `kernel` could be a qualified name which 
would require the opDispatch shenanigans to attempt to recreate 
piece-by-piece the QN with successive opDispatch's. Urgh.
As much as I don't want to, C++ style opBinary!"<<" is looking 
the cleanest.
    
    
More information about the Digitalmars-d-learn
mailing list