core :: UInt16 :: <<
i
assert 5u16 << 1 == 10u16
# `i` bits shift to the left # # assert 5u16 << 1 == 10u16 fun <<(i: Int): UInt16 is intern