Expand description
Operators are special functions which de-sugar to nicer syntactic constructs, for example a + b in rust de-sugars to a.add(b)
This module contains abstractions for describing such operators across many languages.
Enumsยง
- Reflection
Primitive Kind - A primitive type kind in the LAD file format.
- Script
Operator Names - Main operator enum