Avatar
func pureInt() -> Int { do { return try throwAble() } catch { //Error処理 return someValue } }
2:37 AM
こういうの