isDelegate.isDelegate

Undocumented in source.
  1. enum bool isDelegate;
  2. enum bool isDelegate;
    template isDelegate(T...)
    static if(!(is(typeof(&T[0]) U : U*) && is(typeof(&T[0]) U == delegate)))
    static if(is(T[0] W) || is(typeof(T[0]) W))
    enum bool isDelegate;
  3. enum bool isDelegate;

Meta