core :: Int32 :: unary ~
self
assert ~0x2Fi32 == 0xFFFFFFD0i32
# Returns the 1's complement of `self` # # assert ~0x2Fi32 == 0xFFFFFFD0i32 fun ~: Int32 is intern