ForEachCtorMixin.result

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

Meta