and
lib.trivial.and
Docs pulled from | This Revision | 4 days ago
Noogle detected
Implementation
The following is the current implementation of this function.
and = x: y: x && y;
The following is the current implementation of this function.
and = x: y: x && y;