Appearance
function bit_not(this: void, value: number): number;
Invert all bits in a signed integer.
this
void
value
number
Result of ~value.
~value