mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 23:20:29 +03:00
Merge remote-tracking branch 'upstream/stable' into merge_stable
This commit is contained in:
commit
ac821be1de
2 changed files with 17 additions and 3 deletions
|
@ -2483,7 +2483,7 @@ Convenience function. Like find, but only returns whether or not the search
|
|||
was successful.
|
||||
|
||||
See_Also:
|
||||
$(LREF among) for checking a value against multiple possibilities.
|
||||
$(REF among, std,algorithm,comparison) for checking a value against multiple possibilities.
|
||||
+/
|
||||
template canFind(alias pred="a == b")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue