kotlin.text.associateTo
associateTo
inline fun <K, V, M : MutableMap<in K, in V>> CharSequence.associateTo( destination: M, transform: (Char) -> Pair<K, V> ): M
Populates and returns the destination mutable map with key-value pairs provided by 登录查看完整内容