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