Join Slack
Powered by
Even though code conversion of `byte b = 10; b <...
# announcements
d
dragas
08/28/2017, 8:15 AM
Even though code conversion of
byte b = 10; b << 7
evalutes to
val b : Byte = 10; (b shl 7).toByte()
Open in Slack
Previous
Next