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.