Make remaining C enum
s into Rust enum
s
#1340
Labels
good first issue
Good for newcomers
low priority
Issues that we would like to address at some point in the future
refactoring
Cleaning up transpiled code
Some of these are tricky, because they need to be split into multiple
enum
s in Rust. A bunch of them are very simple fixes, though. Sometimes this can have a small performance impact.In progress:
enum InterPredMode
andenum CompInterPredMode
: make real enums #927The text was updated successfully, but these errors were encountered: