Join Slack
Powered by
If value is `String?`, is `map.put(key, value?.toL...
# announcements
r
ribesg
12/29/2015, 5:49 PM
If value is
String?
, is
map.put(key, value?.toLowercase())
the same as
map.put(key, value?.toLowercase() ?: null)
?
Open in Slack
Previous
Next