Results for “Std.List.all”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.List.all
&Array[T] -> fn(T) -> Bool -> BoolWhether every element satisfies the predicate. True 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 every element satisfies the predicate. True for an empty array.