Type

dotty.tools.scaladoc.Kind.Type
final case class Type(concreate: Boolean, opaque: Boolean, typeParams: Seq[TypeParameter]) extends Kind

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

val name: String

Attributes

Inherited from:
Kind