TypesOf.T

Undocumented in source.
  1. alias T = F
  2. alias T = typeof(Values[0])
    template TypesOf(Values...)
    static if(Values.length)
    static if(!(isFunction!(Values[0]) && is(typeof(&Values[0]) F)))
    static if(is(typeof(Values[0])))
    alias T = typeof(Values[0])
  3. alias T = Values[0]

Meta