Avatar
やばい
6:21 AM
let x = [Int?.none, Int?.none, Int?.none] let y = x as? [String?] // [nil, nil, nil] これもなかなか。