mirror of
https://github.com/dlang/phobos.git
synced 2025-05-08 12:07:15 +03:00
Merge pull request #3542 from luismarques/fix_issue_14884
Fix Issue 14884 - `among` docs broken link to `find` and `canFind`
This commit is contained in:
commit
8f5a37f174
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Returns:
|
||||||
found value plus one is returned.
|
found value plus one is returned.
|
||||||
|
|
||||||
See_Also:
|
See_Also:
|
||||||
$(LREF find) and $(LREF canFind) for finding a value in a
|
$(XREF_PACK_NAMED algorithm,searching,find,find) and $(XREF_PACK_NAMED algorithm,searching,canFind, canFind) for finding a value in a
|
||||||
range.
|
range.
|
||||||
*/
|
*/
|
||||||
uint among(alias pred = (a, b) => a == b, Value, Values...)
|
uint among(alias pred = (a, b) => a == b, Value, Values...)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue