Thread overview | |||||
---|---|---|---|---|---|
|
May 28, 2013 "any" and "all" not in the doc-index | ||||
---|---|---|---|---|
| ||||
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 Re: "any" and "all" not in the doc-index | ||||
---|---|---|---|---|
| ||||
Posted in reply to Stephan Schiffels | 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 Re: "any" and "all" not in the doc-index | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | 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 |
Copyright © 1999-2021 by the D Language Foundation