kotlin.reflect.KVariance
KVariance
enum class KVariance
Platform and version requirements: Kotlin 1.1
Represents variance applied to a type parameter on the declaration site (declaration-site variance), or to a type in a projection (use-site variance).
See the Kotlin language documentation for more information.
See Also