i bits shift to the right

assert 5i8 >> 1    == 2i8

Property definitions

core $ Int8 :: >>
	# `i` bits shift to the right
	#
	#     assert 5i8 >> 1    == 2i8
	fun >>(i: Int): Int8 is intern
lib/core/fixed_ints.nit:147,2--150,31