Uninline

object Uninline

Uninline the term no matter what (TODO should reove the unapply case) that pattern always matches and is too confusing

class Object
trait Matchable
class Any

Type members

Classlikes

object Term

Value members

Concrete methods

def apply[T : Type](using Quotes)(any: Expr[T]): Expr[T]
def unapply[T : Type](using Quotes)(any: Expr[T]): Option[Expr[T]]