given_ToExpr_Regex

halotukozak.regex.Regex.given_ToExpr_Regex
object given_ToExpr_Regex extends ToExpr[Regex]

Attributes

Graph
Supertypes
trait ToExpr[Regex]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(r: Regex)(using Quotes): Expr[Regex]

Lift a value into an expression containing the construction of that value.

Lift a value into an expression containing the construction of that value.

Value parameters

x

the value to lift into a quoted expression

Attributes