DFType

dfhdl.core.DFType
See theDFType companion object
final class DFType[+T <: DFType, +A <: Args](val value: T | DFError) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def !=(that: DFTypeAny)(using dfc: DFC): Boolean
def ==(that: DFTypeAny)(using dfc: DFC): Boolean
def asIR: T
Extension method from DFType
def codeString(using printer: Printer)(using DFC): String
Extension method from DFType
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val value: T | DFError