Results for “Std.List.any”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.List.any
&Array[T] -> fn(T) -> Bool -> BoolWhether any element satisfies the predicate. False for an empty array.
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
&Array[T] -> fn(T) -> Bool -> BoolWhether any element satisfies the predicate. False for an empty array.