or

infix fun or(other: Long): Long

Performs a bitwise OR operation between the two values.

infix fun or(other: Long): Long

Performs a bitwise OR operation between the two values.

infix external fun or(other: Long): Long

Performs a bitwise OR operation between the two values.