isFunctionType.isFunctionType

Undocumented in source.
  1. enum isFunctionType;
  2. enum isFunctionType;
    template isFunctionType(T)
    package
    static if(!(is(T == function) || is(T == delegate)))
    enum isFunctionType = isFunctionPointer!T;

Meta