Returns the 1's complement of self

assert ~0x2Fu32 == 0xFFFFFFD0u32

Property definitions

core $ UInt32 :: unary ~
	# Returns the 1's complement of `self`
	#
	#     assert ~0x2Fu32 == 0xFFFFFFD0u32
	fun ~: UInt32 is intern
lib/core/fixed_ints.nit:700,2--703,24