Returns the 1's complement of self

assert ~0x2Fi32 == 0xFFFFFFD0i32

Property definitions

core $ Int32 :: unary ~
	# Returns the 1's complement of `self`
	#
	#     assert ~0x2Fi32 == 0xFFFFFFD0i32
	fun ~: Int32 is intern
lib/core/fixed_ints.nit:579,2--582,23