getMixinRecursive.getMixinRecursive

Undocumented in source.
  1. enum getMixinRecursive;
  2. enum getMixinRecursive;
  3. enum getMixinRecursive;
  4. enum getMixinRecursive;
    template getMixinRecursive(T, string name, string loopDepth)
    static if(!(is(T U : U[])))
    static if(!(!hasAliasing!(T)))
    static if(!(is(T == struct)))
    static if(is(T == class))
    enum getMixinRecursive = "if (" ~ name ~ " !is null) " ~ name ~ ".processData!(void, ``, ``)(handler);";

Meta