Avatar
@swift-4.2.4 let a: [Int]??? = [1] let c: Int = a???.count ?? 0 print(c)