Join Slack
Communities
Powered by
The reason shl didn’t previously exist for bytes i...
# android
d
dalexander
09/28/2017, 4:54 PM
The reason shl didn’t previously exist for bytes is because there’s no JVM operation for bit rotation on bytes. So they chose to omit it because Kotlin doesn’t do implicit casting (which is what happens in Java when you do someByte << 1).
👍🏽 1
Open in Slack
Previous
Next