kotlin-stdlib
Common
JRE
Native
kotlin-stdlib
/
kotlin
/
Int
/
or
or
Common
JRE
Native
infix
fun
or
(
other
:
Int
)
:
Int
Performs a bitwise OR operation between the two values.
infix
fun
or
(
other
:
Int
)
:
Int
Performs a bitwise OR operation between the two values.
infix external
fun
or
(
other
:
Int
)
:
Int
Performs a bitwise OR operation between the two values.