kotlin-stdlib / kotlin / Int / ushr ushr Common JVM JS Native 1.0 infix fun ushr(bitCount: Int): Int Shifts this value right by the bitCount number of bits, filling the leftmost bits with zeros.