r.r

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum r;
  2. enum r;
  3. enum r;
    template r(string[] a)
    @nogc nothrow extern (C)
    static if(!(a.length == 0))
    static if(!(a.length == 1))
    enum r = r!(a[0..$ / 2]) ~ ", " ~ r!(a[$ / 2..$]);

Meta