mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
Merge pull request #2608 from kunalb/patch-2
Correct documentation for anySatisfy
This commit is contained in:
commit
a5cd0d85ff
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ unittest
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Tests whether all given items satisfy a template predicate, i.e. evaluates to
|
Tests whether any given items satisfy a template predicate, i.e. evaluates to
|
||||||
$(D F!(T[0]) || F!(T[1]) || ... || F!(T[$ - 1])).
|
$(D F!(T[0]) || F!(T[1]) || ... || F!(T[$ - 1])).
|
||||||
|
|
||||||
Evaluation is $(I not) short-circuited if a true result is encountered; the
|
Evaluation is $(I not) short-circuited if a true result is encountered; the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue