Ops

dfhdl.core.DFType.Ops
object Ops

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Ops.type

Members list

Extensions

Extensions

extension [D <: Int & Singleton](cellDim: D)
infix def <>[M <: ModifierAny](modifier: M): ComposedModifier[D, M]
extension (cellDim: Int)
infix def <>[M <: ModifierAny](modifier: M): ComposedModifier[Int, M]
extension [T <: Supported](t: T)
infix def <>[A, C, I, P](modifier: Modifier[A, C, I, P])(using dfc: DFC, tc: TC[T], ck: Scope, dt: Domain): DFVal[tc.Type, Modifier[A & ck.type & dt.type, C, I, P]]