isSupportedFunction.isSupportedFunction

Undocumented in source.
  1. enum isSupportedFunction;
  2. enum isSupportedFunction;
    template isSupportedFunction(alias F, alias functionTypePredicate)
    static if(!(isCallableFunction!F))
    enum isSupportedFunction = false;

Meta