Closed Michael-J-Ward closed 3 years ago
My strategy was to straight copy the @enum= matches and translate to @enum_newtype=, removing the variadics for the fields.
@enum=
@enum_newtype=
working on a better way to enable newtype variants
My strategy was to straight copy the
@enum=
matches and translate to@enum_newtype=
, removing the variadics for the fields.