toggle menu
Affogato
1.10.2
jvm
switch theme
search in API
affogato-core-ktx
/
com.parsuomash.affogato.core.ktx.operations
/
not
not
operator
fun
Int
.
not
(
)
:
Int
Inverts the bits in this value.
Example:
0.not() // -1
1.not() // -2
Content copied to clipboard
Since
1.1.0
See also
inv