kotlin-stdlib
Common
JRE
Native
kotlin-stdlib
/
kotlin
/
Int
/
and
and
Common
JRE
Native
infix
fun
and
(
other
:
Int
)
:
Int
Performs a bitwise AND operation between the two values.
infix
fun
and
(
other
:
Int
)
:
Int
Performs a bitwise AND operation between the two values.
infix external
fun
and
(
other
:
Int
)
:
Int
Performs a bitwise AND operation between the two values.