ExecutionResult.result

Actual execution result (if type is not void)

struct ExecutionResult(T)
static if(!is(T == void))
T result;

Meta