onecomp16 function

int onecomp16(
  1. int value
)

Implementation

int onecomp16(int value) => (~value).toSigned(16) % 0x10000;