ushr

infix fun BigInteger.ushr(bitCount: Int): BigInteger
infix fun Byte.ushr(b: Byte): Byte
infix fun Byte.ushr(b: Short): Byte
infix fun Byte.ushr(b: Int): Byte
infix fun Byte.ushr(b: Ubyte): Byte
infix fun Byte.ushr(b: Ushort): Byte
infix fun Byte.ushr(b: Uint): Byte
infix fun Int.ushr(b: Byte): Int
infix fun Int.ushr(b: Short): Int
infix fun Int.ushr(b: Ubyte): Int
infix fun Int.ushr(b: Ushort): Int
infix fun Int.ushr(b: Uint): Int
infix fun Long.ushr(b: Byte): Long
infix fun Long.ushr(b: Short): Long
infix fun Long.ushr(b: Ubyte): Long
infix fun Long.ushr(b: Ushort): Long
infix fun Long.ushr(b: Uint): Long
infix fun Short.ushr(b: Byte): Short
infix fun Short.ushr(b: Short): Short
infix fun Short.ushr(b: Int): Short
infix fun Short.ushr(b: Ubyte): Short
infix fun Short.ushr(b: Ushort): Short
infix fun Short.ushr(b: Uint): Short