AnnotatedWith

dfhdl.internals.AnnotatedWith
See theAnnotatedWith companion trait
object AnnotatedWith

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type Aux[T <: StaticAnnotation, UB, O <: UB] = AnnotatedWith[T, UB] { type Out = O; }

Value members

Concrete methods

def annotWith[T <: StaticAnnotation, UB, O <: UB]: Aux[T, UB, O]
def annotWithMacro[T <: StaticAnnotation, UB](using Quotes, Type[T], Type[UB]): Expr[AnnotatedWith[T, UB]]

Givens

Givens

transparent inline given given_AnnotatedWith_T_UB[T <: StaticAnnotation, UB]: AnnotatedWith[T, UB]