query
On this page

bitNot

lib.trivial.bitNot

Docs pulled from | This Revision | about 2 hours ago


bitwise “not”

Type

bitNot :: Number -> Number

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