UNPKG

rescript

Version:
10 lines (6 loc) 98 B
'use strict'; function lnot(x) { return x ^ -1n; } exports.lnot = lnot; /* No side effect */