mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Comparing "false" > "true" will return 0, which when returned by compare indicates the two are equal which will result in a non deterministic ordering of "false" and "true". Using .compare returns a negative number as expected.
45 KiB
45 KiB