associateLaw

inline fun <K, V> CharSequence.associateLaw(transform: (Char) -> Pair<K, V>): Map<K, V>