Test results Latest release swift 5.3 shield swift 5.6 shield swift dev shield Platforms: macOS, iOS, tvOS, watchOS, Linux

集合扩展 (CollectionExtensions)

一些关于集合的杂项实用工具和补充。

字典 + 类型转换 (Dictionary+Coercion)

添加 stringWithKey, intWithKey, doubleWithKey 作为字典下标。 它们会尽力将字典值强制转换为正确的类型。

字典 + 合并 (Dictionary+Merging)

添加一些便捷方法,这些方法调用 merge(other, uniquingKeysWith: 以替换或保留所有重复的键。