Use traits for cycle fields/groups instead of hardcoding
nalinbhardwaj opened this issue · 0 comments
nalinbhardwaj commented
Currently, all the types are hardcoded:
Lines 28 to 38 in 1bc7e39
These can be made generic and all the individual functions can be made trait-based for cleanliness. This can also be done for upstream Nova library code that hardcodes many functions similarly.