Avatar
じゃあこれもOKなの? let x = [Int??.none, Int??.none, Int??.none] let y = x as? [Int?] // [nil, nil, nil]