Home
Manual
Reference
Source
F
add64
F
and64
F
big64
F
compare
F
get64
F
mul64
F
not64
F
rotl64
F
rotr64
F
shl64
F
shr64
F
xor64
src/not64.js
export const not64 = (a) => [~a[0], ~a[1]];