I’m trying to understand the purpose of the reified
keyword, apparently it’s allowing us to do reflection on generics.
However, when I leave it out it works just as fine. Anyone care to explain when this makes an actual difference?
I’m trying to understand the purpose of the reified
keyword, apparently it’s allowing us to do reflection on generics.
However, when I leave it out it works just as fine. Anyone care to explain when this makes an actual difference?