shl

infix fun Boolean.shl(i: Int): Int
infix fun Byte.shl(i: Int): Int
infix fun Short.shl(i: Int): Int