Join Slack
Powered by
Is there a simple way to convert a `List<Pair&l...
# getting-started
l
locke
07/25/2018, 4:31 PM
Is there a simple way to convert a
List<Pair<T,S>>
to
Map<T,S>
?
m
Martin Devillers
07/25/2018, 4:32 PM
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/to-map.html
3
Views
Open in Slack
Previous
Next