t_wの輪郭

追加要素
HashMapに要素を追加

HashMapに要素を追加

2022/2/19 9:03:00
//hashmap.insert(key, value);
hashmap.insert(String::from("Blue"), 10);
hashmap.insert(String::from("Yellow"), 50);