Calc

neotype.Calc$
See theCalc companion enum
object Calc

Attributes

Companion:
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Calc.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def call(op: String): (String, String) => String
def call2(op: String): (String, String, String) => String
def closureToFunction[A](closure: CalcClosure[A])(using Quotes): Any
def infix(op: String): (String, String) => String
def nullary(op: String): String => String
def prefix(op: String): String => String
def renderValue(value: Any): String
def unapply[A](expr: Expr[A])(using Quotes): Option[Calc[A]]