Join Slack
Powered by
This is inlined: `val res = 0.5.let { if (roundUp)...
# intellij
b
beholder
09/01/2017, 1:38 PM
This is inlined:
val res = 0.5.let { if (roundUp) Math.ceil(it) else Math.floor(it) }
2
Views
Open in Slack
Previous
Next