Join Slack
Powered by
Even shorter... `map.keys.firstOrNull()` instead o...
# getting-started
k
kingsley
11/10/2016, 6:24 PM
Even shorter...
map.keys.firstOrNull()
instead of
map.toList().firstOrNull()?.first
2
Views
Open in Slack
Previous
Next