TypeConstructorWithKind

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

Properties

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