ReturnType.dg

Undocumented in source.
template ReturnType(alias F)
static if(isLambda!F && !__traits(compiles, ))
typeof(toDelegate(F)) dg;

Meta