and

infix fun and(other: Int): Int(source)

Performs a bitwise AND operation between the two values.

Since Kotlin

1.0
infix fun and(other: Int): Int(source)

Performs a bitwise AND operation between the two values.

Since Kotlin

1.1
infix external fun and(other: Int): Int(source)

Performs a bitwise AND operation between the two values.

Since Kotlin

1.3
infix fun and(other: Int): Int(source)

Performs a bitwise AND operation between the two values.

Since Kotlin

1.8
infix fun and(other: Int): Int(source)

Performs a bitwise AND operation between the two values.

Since Kotlin

1.8