Join Slack
Powered by
`const val` is like `val` in that the reference ca...
# getting-started
k
karelpeeters
03/22/2018, 7:43 AM
const val
is like
val
in that the reference can change, but it also requires that the type is either primitive or a
String
.
Open in Slack
Previous
Next