and

infix fun and(other: Long): Long

Performs a bitwise AND operation between the two values.

infix fun and(other: Long): Long

Performs a bitwise AND operation between the two values.

infix external fun and(other: Long): Long

Performs a bitwise AND operation between the two values.