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

dfhdl.core.DFOwner.scala Maven / Gradle / Ivy

package dfhdl.core
import dfhdl.internals.*
import dfhdl.compiler.ir

final class DFOwner[+T <: ir.DFOwner](val irValue: T | DFError) extends AnyVal with DFMember[T]
object DFOwner:
  extension [T <: ir.DFOwner](owner: T) def asFE: DFOwner[T] = DFOwner(owner)

type DFOwnerAny = DFOwner[ir.DFOwner]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy