or

infix fun or(other: Long): Long(source)

Performs a bitwise OR operation between the two values.

Since Kotlin

1.0
infix external fun or(other: Long): Long(source)

Performs a bitwise OR operation between the two values.

Since Kotlin

1.3