Join Slack
Powered by
Does Kotlin have something equivalent to Java's `~...
# announcements
n
napperley
09/24/2019, 3:56 AM
Does Kotlin have something equivalent to Java's
~
operator (
https://stackoverflow.com/questions/1483504/java-what-does-mean
)?
g
gildor
09/24/2019, 3:58 AM
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/inv.html
👍 1
s
streetsofboston
09/24/2019, 4:00 AM
More info on bitwise funs:
https://www.programiz.com/kotlin-programming/bitwise
👍 1
Open in Slack
Previous
Next