Kotlin Advanced Keywords
Kotlin reified Keyword
Under the JVM specification, the shape of a generic function is generally lost at runtime, but Kotlin can refer to generic function type information at runtime by using inline and reified.
Under the JVM specification, the shape of a generic function is generally lost at runtime, but Kotlin can refer to generic function type information at runtime by using inline and reified.