r.r

Undocumented in source.
  1. enum r;
  2. enum r;
    template r(string[] a)
    @nogc nothrow
    static if(!(a.length == 0))
    static if(a.length == 1)
    enum r = a[0];
  3. enum r;

Meta