Derek Liu
Results
3
issues of
Derek Liu
Carthage
2
**The official name of the app** Carthage **Proposed App Status** Hope anyone to test on M1 MacBook Pro **Proposed App Category** Develop **An Official App Download Link** https://github.com/Carthage/Carthage
New App Request
Ready to Add
看了一下 SDOrderedDict 这个类的实现,是用来保存多个 key 相同的 value 的。而 Ordered 这个单词是表示”有序“的意思,大部分编程语言或者其标准库中都有 OrderedSet、OrderedMap、OrderedDictionary 的概念,表示这个容器内的元素是按 Key 排序的。 这里的 SDOrderedDict 是一个可包含重复 key 的元素的容器,可以参考 C++ STL 的命名,叫做 "MultiDict" 会更合适一些。