or

infix fun Int24.or(other: Int24): Int24
infix fun Int40.or(other: Int40): Int40
infix fun Int48.or(other: Int48): Int48

Performs a bitwise OR operation between the two values.


infix fun UInt24.or(other: UInt24): UInt24
infix fun UInt40.or(other: UInt40): UInt40
infix fun UInt48.or(other: UInt48): UInt48