Inner.RHS_T

Undocumented in source.
  1. alias RHS_T = ParameterTypeTuple!(typeof(mixin (fn_str1)))[0]
    template Inner(C)
    static if(is(typeof(mixin (fn_str1)) == function))
    alias RHS_T = ParameterTypeTuple!(typeof(mixin (fn_str1)))[0]
  2. alias RHS_T = rhs_t

Meta