createTypeUniverse

open fun createTypeUniverse(instantiation: Type): Map<TypeVariable<out Any>, Type>(source)

obtain a list of type variable assignments from a generic type instantiation.

See also

for the concrete meaning of this