Strange output

Jesse Phillips Jesse.K.Phillips+D at gmail.com
Fri Jun 7 14:57:45 PDT 2013


On Friday, 7 June 2013 at 19:10:54 UTC, Daemon wrote:
> The following program is supposed to print out only numbers 
> that are less than 5, yet the number 63 gets printed.

You're probably just playing around, but FYI the function is

http://dlang.org/phobos/std_algorithm.html#filter

While you've created the same find already in std.algorithm.


More information about the Digitalmars-d-learn mailing list