Operator overloading -- lets collect some use cases

Frits van Bommel fvbommel at REMwOVExCAPSs.nl
Tue Dec 30 06:30:13 PST 2008


Bill Baxter wrote:
> Merging might be useful there too --- A ~= b ~ c ~ d  is probably more
> efficiently implemented as 3 ~= ops.

Actually, it's probably most efficiently implemented as 1 "~=" with 
multiple parameters. (DMD already does this for arrays)



More information about the Digitalmars-d mailing list