Join Slack
Powered by
In Kotlin you have to be explicit, `0xff808080.toI...
# getting-started
m
msink
07/11/2018, 5:06 AM
In Kotlin you have to be explicit,
0xff808080.toInt()
means "I dont care that it does not fit in signed 32 bit type, convert it to integer constant with negative value"
2
Views
Open in Slack
Previous
Next