and

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

Performs a bitwise AND operation between the two values.

Since Kotlin

1.2