Avatar
Kishikawa Katsumi 3/28/2019 8:45 AM
let inputRadius: CGFloat = 0 var radius = UInt32(floor(inputRadius * 3 * sqrt(2 * CGFloat.pi) / 4 + 0.5)) ^ このコードは、Xcode 10.1ならビルドできるけど10.2では The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions でビルドできない。