or

infix inline fun Byte.or(other: Byte): Byte(source)
infix inline fun Short.or(other: Short): Short(source)

Performs a bitwise OR operation between the two values.

Since Kotlin

1.1