assert(p.field[0], 3); should be: assert(p.field[0] == 3); patch attached ;-)
Created attachment 714 [details] fix
Seemingly there're more typos in std.algorithm. I'll look into it.
Fixed in svn trunk r2101. Thanks!