Annotation to mark enums as an arithmetic type
| 122 | |
| 123 | /// Annotation to mark enums as an arithmetic type |
| 124 | struct arithmetic {}; |
| 125 | |
| 126 | /// Mark a function for addition at the beginning of the existing overload chain instead of the end |
| 127 | struct prepend {}; |
no outgoing calls