asTypeVariableName

@DelicateKotlinPoetApi(message = Java reflection APIs don't give complete information on Kotlin types. Consider using the kotlinpoet-metadata APIs instead.)
@JvmName(name = get)
fun TypeVariable.asTypeVariableName(): TypeVariableName

Returns type variable equivalent to mirror.

@DelicateKotlinPoetApi(message = Element APIs don't give complete information on Kotlin types. Consider using the kotlinpoet-metadata APIs instead.)
@JvmName(name = get)
fun TypeParameterElement.asTypeVariableName(): TypeVariableName

Returns type variable equivalent to element.

fun KTypeParameter.asTypeVariableName(): TypeVariableName