[Issue 15275] Documentation for OutputRange lacking
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Dec 15 16:31:34 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15275
Jack Stouffer <jack at jackstouffer.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack at jackstouffer.com
--- Comment #1 from Jack Stouffer <jack at jackstouffer.com> ---
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
--
    
    
More information about the Digitalmars-d-bugs
mailing list