Am Tue, 19 Feb 2013 18:51:35 +0100
schrieb "tn" <[email protected]>:

> In many cases it would be nice, if "arr[] < x" translated to 
> "map!(a => a < x)(arr)" and similarly "arr1[] < arr2[]" 
> translated to "map!((a, b) => a < b)(arr1, arr2)" or equivalent 
> (*).

This would make the compiler depend on std.algorithm !

-- 
Marco

Reply via email to