Nested Generic Types??
Heyo
I have a class that takes in an object in it's constructor. I'd like the object to be a nested object with this type:
This works, but it's not generic so I don't get the autocompletion I'm after. My attempts at making this generic fail.
I have a class that takes in an object in it's constructor. I'd like the object to be a nested object with this type:
This works, but it's not generic so I don't get the autocompletion I'm after. My attempts at making this generic fail.
