or

infix inline fun BigInteger.or(other: BigInteger): BigInteger(source)

Performs a bitwise OR operation between the two values.

Since Kotlin

1.2