Returns the 1's complement of self

assert ~0x2Fu16 == 0xFFD0u16

Property definitions

core $ UInt16 :: unary ~
	# Returns the 1's complement of `self`
	#
	#     assert ~0x2Fu16 == 0xFFD0u16
	fun ~: UInt16 is intern
lib/core/fixed_ints.nit:458,2--461,24