-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
clean-upChanges that don't affect code execution but make the code cleanerChanges that don't affect code execution but make the code cleaner
Description
#526 introduced the GenericIndexer class that essentially takes a generic array type and a generic map type to provide indirection when accessing array indices. We should replace the other implementations in the code with this generic version.
Metadata
Metadata
Assignees
Labels
clean-upChanges that don't affect code execution but make the code cleanerChanges that don't affect code execution but make the code cleaner