objectCharMapOf

inline fun <K> objectCharMapOf(): Object2CharMap<K>
inline fun <K> objectCharMapOf(k: K, v: Char): Object2CharMap<K>