dfhdl.core.TCConv.scala Maven / Gradle / Ivy
package dfhdl.core
trait TCConv[T <: DFTypeAny, V, O]:
type Out <: O
def conv(dfType: T, value: V)(using DFC): Out
package dfhdl.core
trait TCConv[T <: DFTypeAny, V, O]:
type Out <: O
def conv(dfType: T, value: V)(using DFC): Out