You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a RangeEnum trait for simple Enums (which implement FromPrimitive) to allow quick access to the total number of values, and provide an iterator over the values.
Following the last few comments on #4926.
Add a
RangeEnumtrait for simple Enums (which implementFromPrimitive) to allow quick access to the total number of values, and provide an iterator over the values.