Ops
dfhdl.core.DFBoolOrBit$package.DFBoolOrBit.Val.Ops
object Ops
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Ops.type
Members list
Extensions
Extensions
extension [T <: DFBoolOrBit, P](lhs: DFValTP[T, P])
inline def sel[OT, OF](inline onTrue: OT, inline onFalse: OF)(using dfc: DFC): BoolSelWrapper[P, OT, OF]
extension [L](lhs: L)
inline def &&[RT <: DFBoolOrBit, RP](rhs: DFValTP[RT, RP])(using es: Summon[L, lhs.type])(using Candidate[es.Out]): Nothing
inline def ^[RT <: DFBoolOrBit, RP](rhs: DFValTP[RT, RP])(using es: Summon[L, lhs.type])(using Candidate[es.Out]): Nothing
inline def ||[RT <: DFBoolOrBit, RP](rhs: DFValTP[RT, RP])(using es: Summon[L, lhs.type])(using Candidate[es.Out]): Nothing
In this article