lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

Operator annotations for comparison operators

Open CelticMinstrel opened this issue 2 years ago • 3 comments

The @operator annotation supports nearly all the operator metamethods, except for eq / lt / le. I'd like to be able to annotate that my type are comparable.

CelticMinstrel avatar Feb 06 '23 06:02 CelticMinstrel