Skip to content

[vNext] Math bool types #226

@HurricanKai

Description

@HurricanKai

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions