Join Slack
Powered by
Would it be worth inlining this ``` fun Int.forma...
# announcements
j
jkbbwr
03/15/2018, 2:47 PM
Would it be worth inlining this
Copy code
fun Int.format(format: String): String { return String.format(format, this) }
d
diesieben07
03/15/2018, 3:58 PM
The JVM will probably inline it for you.
Open in Slack
Previous
Next