Avatar
@swift-4.1.3 @swift-4.0.3 let a = Int?.none let b = Int??.none print(a == b) print([a] == [b]) (edited)