斯威夫特字典印刷顺序

时间:2018-10-01 12:48:55

标签: swift dictionary

玩字典并制作出这样的东西:

  

[2:“ c”,0:“ a”,1:“ b”]

来自

let zippedDictionary = Dictionary(uniqueKeysWithValues: zip(0...,["a","b","c"]))
print (zippedDictionary)

现在,我知道字典没有顺序。但是,他们显然拥有订单(可重复)。为什么这样的顺序呢?

0 个答案:

没有答案