HashMapに要素を追加2022/2/19 18:03:00 //hashmap.insert(key, value); hashmap.insert(String::from("Blue"), 10); hashmap.insert(String::from("Yellow"), 50);