Join Slack
Powered by
or you can default the value with the `?:` operato...
# announcements
n
natpryce
12/19/2016, 10:13 PM
or you can default the value with the
?:
operator:
val daveAge: Int = ages[”Dave”] ?: -1
Open in Slack
Previous
Next