bitNot
lib.trivial.bitNot
Docs pulled from | This Revision | about 1 hour ago
bitwise “not”
Noogle detected
Implementation
This function is implemented in c++ and is part of the native nix runtime.
Implementation
The following is the current implementation of this function.
bitNot = builtins.sub (-1);