Join Slack
Powered by
I see that Kotlin 1.1 plans to have constant inlin...
# announcements
m
mfulton26
01/19/2017, 2:34 PM
I see that Kotlin 1.1 plans to have
constant inlining
-
https://kotlinlang.org/docs/reference/whatsnew11.html#constant-inlining
Does this include
String
instances? Such could be problematic for large
String
constants (e.g.
const val PI_TO_1000_DIGITS = "3.14159..."
).
👍 1
Open in Slack
Previous
Next