Avatar
let a: Int?? = nil let b: Int? = nil let c = a ?? b とかやると脳みそがスタックオーバーフローです
6:39 AM
この場合は.some(.none)になりそうだな