getMixinBody.getMixinBody

Undocumented in source.
  1. enum getMixinBody;
    template getMixinBody(T, string name)
    static if(is(T U : U[]))
    enum getMixinBody = " _AutoDataResult ~= ` [ `; foreach (_AutoDataArrayIndex, _AutoDataArrayItem; " ~ name ~ ") { if (_AutoDataArrayIndex) _AutoDataResult ~= ` , `; " ~ getMixinSingle!(U, "_AutoDataArrayItem") ~ " } _AutoDataResult ~= ` ] `; ";
  2. enum getMixinBody;

Meta