All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 - 2024 Weber Informatics LLC | Privacy Policy