kotlin.experimental
Package kotlin.experimental
Platform and version requirements: Kotlin 1-1
Experimental APIs, subject to change in future versions of Kotlin-
Functions
infix fun Byte.and(other: Byte): Byte infix fun Short.and(other: Short): Short Performs a bitwise AND operation between the two values. | |