Refactor codebase to use indexset for nicer developer ergonomics #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor-indexset"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR refactors the codebase to use
IndexSet<String>for all "set-like" fields onComicInfostructs. It contributes a macro that is used in said structs, which generates a variety of convenience functions.IndexSet<String>for set-like fields internally 5e680dd700