We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8800cbf + ecd689d commit 4870429Copy full SHA for 4870429
std/meta.d
@@ -852,8 +852,8 @@ template allSatisfy(alias F, T...)
852
Tests whether any given items satisfy a template predicate, i.e. evaluates to
853
$(D F!(T[0]) || F!(T[1]) || ... || F!(T[$ - 1])).
854
855
-Evaluation is $(I not) short-circuited if a true result is encountered; the
856
-template predicate must be instantiable with all the given items.
+Evaluation is short-circuited if a true result is encountered; the
+template predicate must be instantiable with one of the given items.
857
*/
858
template anySatisfy(alias F, T...)
859
{
0 commit comments