__uuidof.__uuidof

Undocumented in source.
  1. enum __uuidof;
  2. enum __uuidof;
  3. enum __uuidof;
  4. enum __uuidof;
    template __uuidof(T, A...)
    static if(!(A.length == 0))
    static if(!(A.length == 1))
    static if(!(is(typeof(A[0]) == UUID)))
    enum __uuidof = __uuidof!(T, A[1..$]);

Meta