Compare

dfhdl.core.DFToken$.Compare
See theCompare companion object
trait Compare[T <: DFTypeAny, V, Op <: Op, C <: Boolean] 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 Out = DFToken[T]

Value members

Concrete methods

def apply(token: DFToken[T], arg: V)(using op: ValueOf[Op], castling: ValueOf[C]): DFToken[DFBool]

Inherited methods

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

Attributes

Inherited from:
TCConv