详解Swift的类型检查器
- 原文作者: Matt Gallagher
- 译文出自: 掘金翻译计划
- 译者: Zheaoli
- 校对者: geeeeeeeeek, Graning
这篇文章将围绕曾不断使我重写代码的一些 Swift 编译器的报错信息展开:
错误:你的表达式太过于复杂,请将其分解为一些更为简单的表达式。(译者注:原文是
error: expression was too complex to be solved in reasonable time; consider breaking up the expression into distinct sub-expressions
)