Short list with things to finish for D2

Kyle none at dontemail.com
Thu Nov 19 05:26:56 PST 2009


Andrei Alexandrescu Wrote:

> Yes; opBinary was just given as an example. Unary operators look like this:
> 
> T opUnary(string op)();

Why not do 

T op(string op)(); // unary
T op(string op)(T rhs); // binary




More information about the Digitalmars-d mailing list