swift
457b9990
- Add checks that the endpoints of partial ranges are not-NaN. (#33378)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
Add checks that the endpoints of partial ranges are not-NaN. (#33378) We can't actually check for NaN (because the notion doesn't exist for Comparable), but we can require that the endpoint is non-exceptional by checking if it equals itself.
References
#33378 - Add checks that the endpoints of partial ranges are not-NaN.
Author
stephentyrone
Parents
63875e9e
Loading