i bits shift to the right

assert 5i16 >> 1 == 2i16

Property definitions

core $ Int16 :: >>
	# `i` bits shift to the right
	#
	#     assert 5i16 >> 1 == 2i16
	fun >>(i: Int): Int16 is intern
lib/core/fixed_ints.nit:268,2--271,32