[Issue 13940] std.algorithm.argMin

2016-06-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13940

greenify  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||greeen...@gmail.com
 Resolution|--- |FIXED

--- Comment #7 from greenify  ---
Min and maxElement are part of Phobos since 2.071 - the crowd goes wild :) 
They support a custom mapping function and evaluation of the mapping is only
done once.

--


[Issue 13940] std.algorithm.argMin

2016-03-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13940

Nick Treleaven  changed:

   What|Removed |Added

   Keywords||pull
 CC||ntrel-...@mybtinternet.com

--- Comment #6 from Nick Treleaven  ---
https://github.com/D-Programming-Language/phobos/pull/4019

--