Results for “Std.Bool.and”
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Bool.and
Bool -> Bool -> BoolWhether both are true. Both are evaluated, unlike
&&, which is why this
1 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
Bool -> Bool -> BoolWhether both are true. Both are evaluated, unlike &&, which is why this