NamedArg

oxygen.quoted.NamedArg
See theNamedArg companion class
object NamedArg

Attributes

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

Members list

Value members

Concrete methods

def companion(using quotes: Quotes): NamedArgCompanion
def unapply(x: NamedArg): (String, Term)

Matches a named argument <name: String> = <value: Term>

Matches a named argument <name: String> = <value: Term>

Attributes

def wrap(using quotes: Quotes)(unwrap: quotes.reflect.NamedArg): NamedArg

Givens

Givens