ReturnType.ReturnType

Undocumented in source.
template ReturnType(F...)
static if(is(FunctionTypeOf!(F[0]) T == return))
alias ReturnType = T

Meta