shr

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