Expression.execute

Executes the expression that was previously parsed by parse and returns the result. Before you use the returned object, you should check if the method failed by calling hasExecuteFailed. If you defined input variables in parse, you can specify their values in the inputs array, in the same order.

struct Expression
@nogc nothrow
Variant
execute
(
in Array inputs = Array.make()
,,
in bool show_error = true
)

Meta