TypeConstructorWithKind

data class TypeConstructorWithKind(val typeConstructor: TypeConstructor, val kind: ClassKind)

Constructors

Link copied to clipboard
fun TypeConstructorWithKind(typeConstructor: TypeConstructor, kind: ClassKind)

Properties

Link copied to clipboard
val kind: ClassKind
Link copied to clipboard
val typeConstructor: TypeConstructor