mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Set.description now prints its array literal form, and Set.debugDescription prints its initializer form. Both print the debugDescription of the members. Set([1,2,3]).description = "[2, 3, 1]" Set([1,2,3]).debugDescription = "Set([2, 3, 1])" rdar://problem/19312961 Swift SVN r24306
116 KiB
116 KiB