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

Meta