praeclarum/FuGetGallery
View on GitHubUse syntactic sugar for special operator methods
Open
#141 opened on Mar 10, 2021
enhancementgood first issue
Repository metrics
- Stars
- (688 stars)
- PR merge metrics
- (PR metrics pending)
Description
Special methods like operators, implicit or explicit type conversion methods are displayed as op_XXX.
For example, a class that implements the + operator will have its method displayed as op_Addition.
The exact special names that could be detected and replaced are certainly documented somewhere.