HaxeFoundation / HaxeFoundation/haxe
Abstracts: ability to forbid equality operators (== / !=)
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
For some abstracts, I would like to forbid the use of the == and != operators (between two non-null values), in order to enforce the use of a custom equality method instead.
Could we introduce a metadata to handle this?
Contributor guide
Assessment
This issue has not been assessed yet.