shl

infix fun Byte.shl(that: Int): Int
infix fun Int.shl(that: Byte): Int
infix fun Byte.shl(that: Byte): Int