bitNot
lib.trivial.bitNot
Docs pulled from | This Revision | 16 minutes 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);