TypeId.TypeId

Undocumented in source.
  1. auto TypeId;
  2. auto TypeId;
  3. auto TypeId;
  4. auto TypeId;
  5. auto TypeId;
    template TypeId(T)
    static immutable
    static if(!(is(T == struct) && !isTypedef!(T)))
    static if(!(is(T == union)))
    static if(!(is(T Base : Base[])))
    static if(is(T Base == Base*))
    static if(is(Base Args == function) && is(Base R == return))
    auto TypeId = TypeId!(R) ~ "function(" ~ TupleId!(Args) ~ ")";
  6. auto TypeId;
  7. auto TypeId;
  8. auto TypeId;
  9. auto TypeId;

Meta