the-swift-programming-language-in-chinese
the-swift-programming-language-in-chinese copied to clipboard
中文版 Apple 官方 Swift 教程《The Swift Programming Language》
只是自己本人的一点拙见,仅供参考: 在看这个章节的时候带着“等级”的理解,多少有点问题,例如下面这段代码: ```java @discardableResult mutating func advance(to level: Int) -> Bool { if LevelTracker.isUnlocked(level) { currentLevel = level // 等级回调?? return true } else { return false } } ```...
翻译文件:https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese/blob/swift-6-beta-translation/swift-6-beta.docc/ReferenceManual/Declarations.md 请查看 Markdown 文件内容获得对应的 Swift 原文档链接和翻译预估时长