Getting Real with Kotlin's Reified Type Parameters
Kotlin's reified type parameters give you the ability to do more with your generic type parameters than you normally could do, but there are also some important limitations to consider. In this article, we'll look at what they are, how they work, and why you want them in your tool belt.