i bits shift to the left

assert 5i32 << 1    == 10i32

Property definitions

core $ Int32 :: <<
	# `i` bits shift to the left
	#
	#     assert 5i32 << 1    == 10i32
	fun <<(i: Int): Int32 is intern
lib/core/fixed_ints.nit:505,2--508,32