https://issues.dlang.org/show_bug.cgi?id=15275
Jack Stouffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jack Stouffer <[email protected]> --- This PR is fixing the link issue https://github.com/D-Programming-Language/phobos/pull/3852 What you actually want is http://dlang.org/phobos/std_range_primitives.html which is linked at the top of the page and gives the docs on the isOutputRange template. One thing that can be improved is adding Ali's tutorial on ranges to the docs, as it was added to the top of std.algorithm. This PR does that https://github.com/D-Programming-Language/phobos/pull/3873 --
