Reified Generics & Inline Functions in Kotlin
One of my favorite features in the Kotlin programming language is reified generic types. Reified generics allow us to write generic functions in a way that is simply not possible in Java. In this post, I want to introduce you to the idea of reified…