CategoryName.type

Undocumented in source.
  1. enum type;
  2. enum type;
  3. enum type;
  4. enum type;
    template CategoryName(alias sym)
    static if(!(isFunction!sym))
    static if(!(isDelegate!sym))
    static if(!(is(sym == class) || is(typeof(sym) == class)))
    static if(is(sym == struct) || is(typeof(sym) == struct))
    enum type = "struct";
  5. enum type;
  6. enum type;
  7. enum type;
  8. enum type;

Meta