Closed ChristianGruen closed 4 months ago
The type output of inspect:type() and prof:type() should be improved for enum types.
inspect:type()
prof:type()
To achieve this, the cleanest approach could be to introduce an ItemType that encapsulates the enumeration values.
ItemType
The type output of
inspect:type()
andprof:type()
should be improved for enum types.To achieve this, the cleanest approach could be to introduce an
ItemType
that encapsulates the enumeration values.