orderingLiftable

given orderingLiftable: NiceLiftable[Ordering]

Value members

Concrete methods

def lift: Quotes => PartialFunction[Ordering, Expr[Ordering]]

Inherited methods

def apply(t: Ordering)(using Quotes): Expr[Ordering]
Inherited from
NiceLiftable
def unapply(t: Ordering)(using Quotes): Some[Expr[Ordering]]
Inherited from
NiceLiftable