TypeTupleOf.TypeTupleOf

Undocumented in source.
  1. alias TypeTupleOf = TT!()
  2. alias TypeTupleOf = TT!(f, TypeTupleOf!( ()))
    template TypeTupleOf(TL...)
    static if(!(r.empty))
    alias TypeTupleOf = TT!(f, TypeTupleOf!( ()))

Meta