arithmetic-type/uint64

View on GitHub
src/not64.js

Summary

Maintainability
A
0 mins
Test Coverage
export const not64 = (a) => [~a[0], ~a[1]];