kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.reflect
/
typeOf
type
Of
@
ExperimentalStdlibApi
inline
fun
<
T
>
typeOf
(
)
:
KType
(
source
)
Returns a runtime representation of the given reified type
T
as an instance of
KType
.
Since Kotlin
1.3