www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - "any" and "all" not in the doc-index

reply "Stephan Schiffels" <stephan_schiffels mac.com> writes:
Hi,

is there a reason why "any" and "all" from std.algorithm are 
neither linked in the function index nor in the cheat sheet list 
at the top of std.algorithm's documentation page?
I am happy to change this and make a pull request, just weren't 
sure whether it's on purpose.

Stephan
May 28 2013
parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 5/28/13 6:19 PM, Stephan Schiffels wrote:
 Hi,

 is there a reason why "any" and "all" from std.algorithm are neither
 linked in the function index nor in the cheat sheet list at the top of
 std.algorithm's documentation page?
 I am happy to change this and make a pull request, just weren't sure
 whether it's on purpose.

 Stephan
It's an omission, thanks for offering to make a pull request. Go for it! Andrei
May 28 2013
parent "Stephan Schiffels" <stephan_schiffels mac.com> writes:
On Tuesday, 28 May 2013 at 22:31:13 UTC, Andrei Alexandrescu 
wrote:
 On 5/28/13 6:19 PM, Stephan Schiffels wrote:
 Hi,

 is there a reason why "any" and "all" from std.algorithm are 
 neither
 linked in the function index nor in the cheat sheet list at 
 the top of
 std.algorithm's documentation page?
 I am happy to change this and make a pull request, just 
 weren't sure
 whether it's on purpose.

 Stephan
It's an omission, thanks for offering to make a pull request. Go for it! Andrei
https://github.com/D-Programming-Language/phobos/pull/1320
May 29 2013