ritesh
reified inlined function
Json.nonstrict.parseList
inline fun <reified T : Any> listParser(): List<T> { ... }
Uncaught Kotlin exception: kotlin.IllegalStateException: unsupported call of reified inlined function
jb.igor.chevdar
reified inline function
T
Json.parseList()
Json.parse(someDeserializer().list)
reified
https://www.youtube.com/watch?v=IhKTIFlNrC4&t=299s▾
A modern programming language that makes developers happier.