-
-
Notifications
You must be signed in to change notification settings - Fork 448
Closed
Labels
Milestone
Description
Summary of feature
It may make sense to allow bool as T in math types in the future and use it to implement comparison & equality operators.
The 2.0 Maths API will not include comparisons for any of the types, because this would mean choosing X > other.X && Y > other.Y or X > other.X || Y > other.Y
While with bool types, the user could do (A > B).All() or (A > B).Any() based on what they want.
Reactions are currently unavailable