EngineReturnType

Like std.traits.ReturnType!T but it works even if T.opCall is a function template.

template EngineReturnType (
T
) {}