- Notifications
You must be signed in to change notification settings - Fork 0
Support Operator Overloading #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
What is the problem this feature would solve?
Add support for operator overloading so that it's possible to do:
Rather than requiring, which is the status quo:
What is the feature you are proposing to solve the problem?
Likely can employ a library such as comath or at least employ a customized approach similar to what's used in
comathto enable processing this at comptime.What alternatives have you considered?
No response