Thread overview
[Issue 10039] std.algorithm enhancements: min, max, clamp
Nov 21, 2015
bb.temp@gmx.com
Mar 21, 2020
Basile-z
July 17, 2014
https://issues.dlang.org/show_bug.cgi?id=10039

--- Comment #11 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/5cde6f5fd56e38b093a7acccca39e1fcfec65554 Add clamp function

Request in issue 10039

http://d.puremagic.com/issues/show_bug.cgi?id=10039

--
November 21, 2015
https://issues.dlang.org/show_bug.cgi?id=10039

bb.temp@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bb.temp@gmx.com
         Resolution|---                         |FIXED

--- Comment #12 from bb.temp@gmx.com ---
min(), max() & clamp() are all in std.algorithm.comparison now.

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=10039

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--