FlattenTypeImpl.ret

Undocumented in source.
  1. alias ret = TypeTuple!()
  2. alias ret = TypeTuple!(typeof(j._jointRanges), FlattenType!(T[1..$]))
    template FlattenTypeImpl(T...)
    static if(!(T.length == 0))
    static if(is(typeof(j._jointRanges)))
    alias ret = TypeTuple!(typeof(j._jointRanges), FlattenType!(T[1..$]))
  3. alias ret = TypeTuple!(T[0], FlattenType!(T[1..$]))

Meta