mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Fix pred description when there's no needle
This commit is contained in:
parent
4ea7dd3e07
commit
0b45fc77c6
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ that is returned right away, otherwise
|
||||||
performs $(BIGOH haystack.length) to walk the range.
|
performs $(BIGOH haystack.length) to walk the range.
|
||||||
|
|
||||||
Params:
|
Params:
|
||||||
pred = Optional predicate to compare elements.
|
pred = Optional predicate to find elements.
|
||||||
haystack = The range to _count.
|
haystack = The range to _count.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue