val map = mutableMapOf(1 to "hogehoge"). KotlinのMutableMap生成メソッドである mutableMapOf については Pair<K,V> を引数とします(複数指定可)。
確定! 回上一頁