ForEachCtorMixin.result

Undocumented in source.
  1. 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 = IndexedBy.Indices[i].Inner!(typeof(this), ThisNode, Value, ValueView, i, Allocator).IndexCtorMixin ~ ForEachCtorMixin!(i + 1).result;
  2. enum result;
  3. enum result;

Meta