I’d like Iterable<T> to have a toMap functio...
# stdlib
n
I’d like Iterable<T> to have a toMap function with the signature:
<T,K,V> toMap(toPair: (T)->Pair<K,V>): Map<K,V>