Clock.currTime

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Nov 20 07:56:33 PST 2014


On Thursday, 20 November 2014 at 15:45:55 UTC, Kent wrote:
>     foreach(file; filtered.take!(10))

Oh, there shouldn't be a ! there either. Should be take(10), not 
take!(10).

That's my mistake too...

>         writeln(fiel.name);

also file is misspelled.



More information about the Digitalmars-d-learn mailing list