calcool v1.3.1 (2021-02-20T20:13:44Z)
Dub
Repo
OperatorExpression.toString
calcool
expression
OperatorExpression
Undocumented in source. Be warned that the author may not have intended to support it.
class
OperatorExpression
(string op)
override @
safe
const
string
toString
(
)
if
(
["+", "-", "/", "*", "^^"].
canFind
(
op
)
)
Meta
Source
See Implementation
calcool
expression
OperatorExpression
constructors
this
functions
evaluate
toString