given_FromExpr_DebugLevel

cps.macros.flags.DebugLevel.given_FromExpr_DebugLevel
object given_FromExpr_DebugLevel extends FromExpr[DebugLevel]

Attributes

Source
TypeMarkers.scala
Graph
Supertypes
trait FromExpr[DebugLevel]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def unapply(x: Expr[DebugLevel])(using Quotes): Option[DebugLevel]

Return the value of the expression.

Return the value of the expression.

Returns None if the expression does not represent a value or possibly contains side effects. Otherwise returns the Some of the value.

Attributes

Source
TypeMarkers.scala