Operator - modelint/types GitHub Wiki
A Type defines both a set of assignable values and a set of operators that may be applied to those values.
The Integer type, for example, supports a variety of math and comparison operators.
A User Type like Counter based on Integer, might exclude the math and comparison operators while adding reset, increment, and decrement operators.
- Name + Type
Attributes
No non referential attributes.