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.
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.