core :: Int16 :: unary ~
self
assert ~0x2Fi16 == 0xFFD0i16
# Returns the 1's complement of `self` # # assert ~0x2Fi16 == 0xFFD0i16 fun ~: Int16 is intern