![JAR search and dependency download from the Maven repository](/logo.png)
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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package dfhdl.core
trait TCConv[T <: DFTypeAny, V, O]:
type Out <: O
def conv(dfType: T, value: V)(using DFC): Out