i bits shift to the left

assert 5u32 << 1    == 10u32

Property definitions

core $ UInt32 :: <<
	# `i` bits shift to the left
	#
	#     assert 5u32 << 1    == 10u32
	fun <<(i: Int): UInt32 is intern
lib/core/fixed_ints.nit:626,2--629,33