Example: [Int?]([1,2,nil]) == [Int?]([1,2,nil])
This currently results in: “binary operator '==' cannot be applied to two '[Int?]' operands" _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
