given_ToExpr_Regex

zio.prelude.Liftables.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(regex: 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

Attributes