TC

dfhdl.core.DFType.TC
See theTC companion trait
object TC extends TCLP

Attributes

Companion
trait
Graph
Supertypes
trait TCLP
class Object
trait Matchable
class Any
Self type
TC.type

Members list

Type members

Classlikes

object ofBooleanCompanion extends TC[Boolean.type]

Attributes

Supertypes
trait TC[Boolean.type]
class Object
trait Matchable
class Any
Self type
object ofByteCompanion extends TC[Byte.type]

Attributes

Supertypes
trait TC[Byte.type]
class Object
trait Matchable
class Any
Self type
object ofIntCompanion extends TC[Int.type]

Attributes

Supertypes
trait TC[Int.type]
class Object
trait Matchable
class Any
Self type
object ofLongCompanion extends TC[Long.type]

Attributes

Supertypes
trait TC[Long.type]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def ofTupleMacro[T <: NonEmptyTuple](using Quotes, Type[T]): Expr[TC[T]]
def productMacro[T <: AnyRef](using Quotes, Type[T]): Expr[TC[T]]

Givens

Givens

given ofDFType[T <: DFTypeAny]: ofDFType[T]
given ofOpaque[T <: DFTypeAny, TFE <: Frontend[T]]: ofOpaque[T, TFE]
transparent inline given ofProductCompanion[T <: AnyRef]: TC[T]
transparent inline given ofTuple[T <: NonEmptyTuple]: TC[T]

Inherited givens

transparent inline given errorDMZ[T](using t: ShowType[T]): TC[T]

Attributes

Inherited from:
TCLP