In operator from righthand side for SortedRange.#5697
Conversation
|
Thanks for your pull request, @dukc! We are looking forward to reviewing it, and you should be hearing from a maintainer soon. Some tips to help speed things up:
Bear in mind that large or tricky changes may require multiple rounds of review and revision. Please see CONTRIBUTING.md for more information. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
std/range/package.d
Outdated
| sgi.com/tech/stl/binary_search.html, binary_search). | ||
| */ | ||
|
|
||
|
|
std/range/package.d
Outdated
| } | ||
|
|
||
| /** | ||
| Performs $(D contains) with reverse order of arguments. |
There was a problem hiding this comment.
This is just stating implementation details. Also needs a Params: and Returns: section.
There was a problem hiding this comment.
I object to that latter part, because other member functions lack them too.
|
I recall somebody saying that D's |
|
@nordlow according to http://dlang.org/phobos/std_container (see at the end) |
For consistency with #5629