Func.Type

Undocumented in source.
  1. alias Type = ReturnType!fun
    struct Func(string ResultIdx = "", alias fun, Leafs...)
    static if(is(ReturnType!fun))
    alias Type = ReturnType!fun
  2. alias Type = CommonTypeOfTensors!Leafs

Meta