The function signatures for add_param_container! are starting to get out of hand. I can't tell what calls what. Disambiguate via different names, or otherwise refactor so that it's true multiple-dispatch instead of "different functions that do different things and just happen to have the same name."
The function signatures for
add_param_container!are starting to get out of hand. I can't tell what calls what. Disambiguate via different names, or otherwise refactor so that it's true multiple-dispatch instead of "different functions that do different things and just happen to have the same name."