Returns the 1's complement of self

assert ~0x2Fi8 == 0xD0i8

Property definitions

core $ Int8 :: unary ~
	# Returns the 1's complement of `self`
	#
	#     assert ~0x2Fi8 == 0xD0i8
	fun ~: Int8 is intern
lib/core/fixed_ints.nit:216,2--219,22