popFront causing more memory to be used

bearophile bearophileHUGS at lycos.com
Tue Jul 3 10:21:19 PDT 2012


ixid:

> I take your point but I think most people know that the equals 
> operators have the lowest associativity.

Sorry I meant:
nums[iter_next] = total % (10 ^^ 8);

Instead of:
nums[iter_next] = total % 10^^8;

But I presume lot of people know that powers are higher 
precedence :-)

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list