Avatar
vicktorManuel 10/10/2018 5:00 PM
@swift-4.2.4 let a: [Int]??? = [1] let c: Int = a???.count ?? 0 print(c)`