Invalid foreach aggregate

Chris via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Nov 17 04:10:13 PST 2015


On Tuesday, 17 November 2015 at 11:58:22 UTC, Chris wrote:


Sorry that should be:

@property void popFront()
{
   r = r[1..$];
   cnt++;
}



More information about the Digitalmars-d-learn mailing list