mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
Use canonical links to forum.dlang.org
http://forum.dlang.org/help#canonical
This commit is contained in:
parent
edc405cacd
commit
52d6930daf
7 changed files with 7 additions and 7 deletions
|
@ -2801,7 +2801,7 @@ unittest
|
|||
import std.algorithm.comparison : max, min;
|
||||
import std.typecons : tuple, Tuple;
|
||||
|
||||
//http://forum.dlang.org/thread/oghtttkopzjshsuflelk@forum.dlang.org
|
||||
//http://forum.dlang.org/post/oghtttkopzjshsuflelk@forum.dlang.org
|
||||
//Seed is tuple of const.
|
||||
static auto minmaxElement(alias F = min, alias G = max, R)(in R range)
|
||||
@safe pure nothrow if (isInputRange!R)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue