associateWithLaw

inline fun <T, K> Collection<K>.associateWithLaw(valueSelector: (K) -> T): Map<K, T>