kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.experimental
/
or
or
Common
infix inline
fun
Byte
.
or
(
other
:
Byte
)
:
Byte
Content copied to clipboard
infix inline
fun
Short
.
or
(
other
:
Short
)
:
Short
Content copied to clipboard
Performs a bitwise OR operation between the two values.
Since Kotlin
1.1