TC

dfhdl.core.DFToken$.TC
See theTC companion object
trait TC[T <: DFTypeAny, V] extends TCConv[T, V, DFTokenAny]

Attributes

Companion
object
Graph
Supertypes
trait TCConv[T, V, DFTokenAny]
class Object
trait Matchable
class Any

Members list

Type members

Types

type Ctx = DummyImplicit
type Out = DFToken[T]

Value members

Concrete methods

final def apply(dfType: T, value: V): Out

Inherited methods

def conv(dfType: T, value: V)(using Ctx): Out

Attributes

Inherited from:
TCConv