query
On this page

bitNot

lib.trivial.bitNot

Docs pulled from | This Revision | 22 minutes ago


bitwise “not”


Noogle detected

Aliases

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);