HashMapのキーに値がなかった時のみ値を挿入する2022/2/19 20:35:00 hashmap.entry(key).or_insert(value); https://doc.rust-jp.rs/book-ja/ch08-03-hash-maps.html#キーに値がなかった時のみ値を挿入する