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, O] = AnnotatedWith[T] { type Out = O; }

Value members

Concrete methods

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

Givens

Givens

transparent inline given given_AnnotatedWith_T[T <: StaticAnnotation]: AnnotatedWith[T]