or
lib.trivial.or
Docs pulled from | This Revision | 14 minutes ago
Noogle detected
Implementation
The following is the current implementation of this function.
or = x: y: x || y;
The following is the current implementation of this function.
or = x: y: x || y;