fastAssociate

inline fun <T, K, V> Iterable<T>.fastAssociate(capacity: Int = 16, transform: (T) -> Pair<K, V>): Map<K, V>