shl

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