Evaluable.this

Basic constructor of the type.

struct Evaluable(Vars...)
this
(
string expr
)
if (
allSatisfy!(isValidVariableName, Vars)
)

Throws

InvalidExpressionException if the expression cannot evaluated.

Meta