How to implemented a HashSet with 2 connected keys?

前端 未结 0 955
故里飘歌
故里飘歌 2021-01-05 03:42

Ideally it would behave as such:

let mut set = HashSet<(usize,usize)>; // I imagine `(usize,usize)` will instea         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题