helper.helper

Undocumented in source.
  1. enum helper;
  2. enum helper;
  3. enum helper;
  4. enum helper;
  5. enum helper;
  6. enum helper;
  7. enum helper;
  8. enum helper;
  9. enum helper;
  10. enum helper;
  11. enum helper;
  12. enum helper;
    template helper(int from, int j)
    static if(!(idx < 0))
    static if(!(idx1 >= fmt.length - 1))
    static if(!(fmt[idx2 + 1] == 's'))
    static if(!(fmt[idx2 + 1] == 'c'))
    static if(!(fmt[idx2 + 1] == 'b'))
    static if(!(fmt[idx2 + 1].among('d', 'u')))
    static if(!(fmt[idx2 + 1] == 'o'))
    static if(!(fmt[idx2 + 1] == 'x'))
    static if(!(fmt[idx2 + 1] == 'X'))
    static if(!(fmt[idx2 + 1].among('e', 'E', 'f', 'F', 'g', 'G', 'a', 'A')))
    static if(!(fmt[idx2 + 1] == 'p'))
    static if(!(fmt[idx2 + 1] == '%'))
    static if(fmt[idx2 + 1] == '(' || fmt[idx2 + 1 .. idx2 + 3] == "-(")
    enum helper = TypeTuple!(fmt[from..idx1], arrSpec!(j, naSpec[0], naSpec[1], fmt[idx2 + 1] != '('), helper!(idx2 + 2 + l, j + 1));

Meta