FunctionTypeOf.FunctionTypeOf

Undocumented in source.
  1. alias FunctionTypeOf = T
    template FunctionTypeOf(F...)
    static if((is(typeof(F[0]) T : T*) && is(T == function)) || (is(F[0] T : T*) && is(T == function)) || is(F[0] T == delegate) || is(typeof(F[0]) T == delegate) || is(F[0] T == function) || is(typeof(&F[0]) T == delegate) || (is(typeof(&F[0]) T : T*) && is(T == function)))
    alias FunctionTypeOf = T
  2. alias FunctionTypeOf = FunctionTypeOf!(F[0].opCall)

Meta