I have a base enum like this
enum MyEnum { val initialValue: T val minValue: T val maxValue: T }
And I have a couple o