Thread overview
"any" and "all" not in the doc-index
May 28, 2013
Stephan Schiffels
May 29, 2013
Stephan Schiffels
May 28, 2013
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
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 29, 2013
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