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;
    template r(string[] a)
    @nogc nothrow extern (C)
    static if(a.length == 0)
    enum r = "";
  2. enum r;
  3. enum r;

Meta