Type

scala.quoted.Type
See theType companion object
abstract class Type[T <: AnyKind]

Type (or type constructor) T needed contextually when using T in a quoted expression '{... T ...}

Attributes

Companion
object
Source
Type.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Underlying = T

The type represented by Type

The type represented by Type

Attributes

Source
Type.scala