logo

JustSugar 🍰

.package(url: "https://github.com/mesqueeb/JustSugar", from: "0.2.3")

基于 Swift 的、受 JS 启发的语法糖,用于做两件事

  1. 添加受 JS 启发的、实用的数组和字符串方法,例如 .at.slice.join 等。
  2. 将所有最常见的 JS 数组和字符串方法添加到 Swift 中,并在 Swift 具有同样好的替代方案的情况下,提供弃用警告。

.slice 方法的示例

example of the slice method

带有弃用警告、提示使用 Swift 等效方法的 JS 方法示例

example of JS methods with deprecation warning

完整文档

请参阅 SPM JustSugar 文档 了解更多信息。

TypeScript 与 Swift 速查表

请参阅 mesqueeb.github.io/SwiftVsTypeScript 查看比较 Swift 和 TypeScript 的速查表。