I'd like to create a factory function that takes in an class type and returns a constructor, so that I can use that constructor to create an instance of that class later.I'd like to create a factory function that take
I'd like to create a factory function that takes in an class type and returns a constructor, so that I can use that constructor to create an instance of that class later.I'd like to create a factory function that take