query
On this page

and

lib.trivial.and

Docs pulled from | This Revision | 10 minutes ago


boolean “and”

Inputs

x

1. Function argument

y

2. Function argument


Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

and = x: y: x && y;