AsIs

dfhdl.core.DFVal.Alias.AsIs
object AsIs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AsIs.type

Members list

Value members

Concrete methods

def apply[AT <: DFTypeAny, VT <: DFTypeAny, M <: ModifierAny](aliasType: AT, relVal: DFVal[VT, M], forceNewAlias: Boolean)(using dfc: DFC): DFVal[AT, M]
def bind[T <: DFTypeAny, M <: ModifierAny](relVal: DFVal[T, M], bindName: String)(using DFC): DFVal[T, M]
def forced(aliasType: DFType, relVal: DFVal)(using DFC): DFVal
def ident[T <: DFTypeAny, M <: ModifierAny](relVal: DFVal[T, M])(using DFC): DFVal[T, M]