Is there a simple way to convert a `List<Pair&l...
# getting-started
l
Is there a simple way to convert a
List<Pair<T,S>>
to
Map<T,S>
?