FieldType

dfhdl.internals.FieldType
See theFieldType companion trait
object FieldType

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
FieldType.type

Members list

Value members

Concrete methods

def apply[T, UB, O <: UB]: FieldType[T, UB] { type Out = O; }
def fieldTypeMacro[T : Type, UB : Type](using evidence$1: Type[T], evidence$2: Type[UB], Quotes): Expr[FieldType[T, UB]]

Givens

Givens

transparent inline given given_FieldType_T_UB[T, UB]: FieldType[T, UB]