Returns the 1's complement of self

assert ~0x2Fi16 == 0xFFD0i16

Property definitions

core $ Int16 :: unary ~
	# Returns the 1's complement of `self`
	#
	#     assert ~0x2Fi16 == 0xFFD0i16
	fun ~: Int16 is intern
lib/core/fixed_ints.nit:337,2--340,23