t_wの輪郭

Feedlyでフォローするボタン

HashMapに要素を追加

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