scala.quoted.Quotes.reflectModule.NamedArgModule
Methods of the module object val NamedArg.
Attributes
- Source
-
Quotes.scala
- Graph
-
- Supertypes
-
- Self type
-
Members list
Creates a named argument =.
Creates a named argument =.
Value parameters
- arg
-
the argument value
- name
-
the argument name
Attributes
- Returns
-
a NamedArg tree representing name = arg
- Source
-
Quotes.scala
Matches a named argument =.
Matches a named argument =.
Value parameters
- x
-
the NamedArg to match against
Attributes
- Returns
-
a tuple of the argument name and the argument value
- Source
-
Quotes.scala