Clock.currTime
    Adam D. Ruppe via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Thu Nov 20 07:38:09 PST 2014
    
    
  
On Thursday, 20 November 2014 at 15:33:37 UTC, Kent wrote:
>> mySorted.filter!(a => Clock.currTime - a.timeLastModified > 
>> 14.days);
>
> Thank you for your reply.
> But it still doesn't work.
Are you sure you saw the important difference? There was a >> in 
the first post and it should be >.
There's a few times throughout chapter one and two of the book 
where some symbols got messed up in the editing process and not 
fixed by the final draft. This looks like one of them.
    
    
More information about the Digitalmars-d-learn
mailing list