TypesOf.T

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

Meta