Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近遇到了一种情况,我需要在我的映射中添加反向查找功能,然后我惊讶地发现根本没有为这种双射设计的数据类型。
我能够使用两张地图,一个键值,一个值键
但我真的很好奇为什么没有双射数据类型