TypesOf.T

Undocumented in source.
  1. alias T = typeof(Values[0])
  2. alias T = Values[0]
    template TypesOf(Values...)
    @safe
    static if(Values.length)
    static if(!(isExpressions!(Values[0])))
    alias T = Values[0]

Meta