Implies operator
Unknown W. Brackets
unknown at simplemachines.org
Thu Nov 16 23:28:24 PST 2006
Does that mean this isn't an option either?
int r = right();
if (left() && r)
...
-[Unknown]
> One question about && and || optimization:
>
> Is there some way to specify that I need to evaluate the 2 sides of the
> comparer?
>
> (something like &&& or ||| )
>
> note: "if( And( left() , right() ) )" or similar is not a solution :-)
>
> Thanks
>
>
>
>
More information about the Digitalmars-d
mailing list