Candidate

dfhdl.core.DFBits$package$.DFBits$.Token$.Candidate$
See theCandidate companion trait
object Candidate

Attributes

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

Members list

Type members

Types

type Aux[R, W <: Int] = Candidate[R] { type OutW = W; }

Value members

Concrete methods

def DFBitsMacro[V](using Quotes, Type[V]): Expr[Candidate[V]]

Givens

Givens

inline given errorOnInt[V <: Int]: Candidate[V]
given fromDFBitCandidate[R, T <: DFBoolOrBit](using ic: Aux[R, T])(using x$2: T =:= DFBit): fromDFBitCandidate[R, T]
given fromDFBitsToken[W <: Int, R <: Token[W]]: fromDFBitsToken[W, R]
given fromDFUIntToken[W <: Int, R <: Token[W]]: fromDFUIntToken[W, R]
transparent inline given fromTuple[R <: NonEmptyTuple, V <: NonEmptyTuple]: Candidate[V]