kotlin-stdlib / kotlin.experimental / or or Common JVM JS Native 1.1 infix fun Byte.or(other: Byte): Byte infix fun Short.or(other: Short): Short Performs a bitwise OR operation between the two values.