ForEachCheck.result

Undocumented in source.
  1. enum result;
    template ForEachCheck(size_t i)
    static if(i < IndexedBy.Indices.length)
    enum result = Replace!(q{ index!($i)._Check(); }, "$i", i) ~ ForEachCheck!(i + 1).result;
  2. enum result;

Meta