ForEachCtorMixin.result

Undocumented in source.
  1. enum result;
  2. enum result;
    template ForEachCtorMixin(size_t i)
    static if(i < IndexedBy.Indices.length)
    static if(!(is(typeof(IndexedBy.Indices[i].Inner!(typeof(this), ThisNode, Value, ValueView, i, Allocator).IndexCtorMixin))))
    enum result = ForEachCtorMixin!(i + 1).result;
  3. enum result;

Meta