stdlib
1.2
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Common
JVM
JS
stdlib
/
kotlin
/
Int
/
or
or
Common
JVM
JS
infix
fun
or
(
other
:
Int
)
:
Int
(
source
)
Performs a bitwise OR operation between the two values.
Since Kotlin
1.2
infix
fun
or
(
other
:
Int
)
:
Int
(
source
)
Performs a bitwise OR operation between the two values.
Since Kotlin
1.0
infix
fun
or
(
other
:
Int
)
:
Int
(
source
)
Performs a bitwise OR operation between the two values.
Since Kotlin
1.1