i bits shift to the right

assert 5i32 >> 1    == 2i32

Property definitions

core $ Int32 :: >>
	# `i` bits shift to the right
	#
	#     assert 5i32 >> 1    == 2i32
	fun >>(i: Int): Int32 is intern
lib/core/fixed_ints.nit:510,2--513,32