We should use a naming scheme for the const args stuff where it's X_generic_const_args where X is what kind of const arg we now support. E.g. type_const_generic_const_args struct_expr_generic_const_args const_item_generic_const_args etc.
We should rename generic_const_args to const_item_generic_const_args. And split min_generic_const_args into type_const_generic_const_args and struct_expr_generic_const_args.
This issue has been assigned to @NthTensor via this comment.
We should use a naming scheme for the const args stuff where it's
X_generic_const_argswhereXis what kind of const arg we now support. E.g.type_const_generic_const_argsstruct_expr_generic_const_argsconst_item_generic_const_argsetc.We should rename
generic_const_argstoconst_item_generic_const_args. And splitmin_generic_const_argsintotype_const_generic_const_argsandstruct_expr_generic_const_args.This issue has been assigned to @NthTensor via this comment.