Join Slack
Communities
Powered by
What operator gets called first? Ugly example: ```...
# announcements
r
ribesg
02/24/2016, 6:33 PM
What operator gets called first? Ugly example:
Copy code
val (hours, minutes) = seconds.let { it / (60 * 60) to it % (60 * 60) / 60 }
Open in Slack
Previous
Next