functional-abstraction/operator Home Manual Reference Source

src/num/bit/NOT.js

  1. const NOT = (x) => ~x;
  2. export default NOT;