meta

object meta
class Object
trait Matchable
class Any
meta.type

Value members

Concrete methods

def teToBigInt[E](using Quotes, Type[E]): Expr[BigInt]
def teToDouble[E](using Quotes, Type[E]): Expr[Double]
def teToInt[E](using Quotes, Type[E]): Expr[AllInt[E]]
def teToNonNegInt[E](using Quotes, Type[E]): Expr[NonNegInt[E]]
def teToPosInt[E](using Quotes, Type[E]): Expr[PosInt[E]]
def teToRational[E](using Quotes, Type[E]): Expr[Rational]