Is there a simple way to convert a `List<Pair<T,S>>` to `Map<T,S>`?
l
Is there a simple way to convert a
List<Pair<T,S>>
to
Map<T,S>
?