ForEachIndex2.result

Undocumented in source.
  1. enum result;
    template ForEachIndex2(size_t j)
    static if(Signals.AllSignals.length > 0)
    static if(i < Signals.Mixin2Index.length)
    static if(j < Mixin2Index.Indices.length)
    enum result = Replace!(q{ if(!container.index!($i)._NotifyChange(&this)) { goto denied; } }, "$i", Mixin2Index.Indices[j]) ~ ForEachIndex2!(j + 1).result;
  2. enum result;

Meta