Type Constructor With Kind
data class TypeConstructorWithKind(val typeConstructor: TypeConstructor, val kind: ClassKind)
Content copied to clipboard
Constructors
Link copied to clipboard
fun TypeConstructorWithKind(typeConstructor: TypeConstructor, kind: ClassKind)
Content copied to clipboard