TargetTypeOf.TargetTypeOf

Undocumented in source.
  1. enum TargetTypeOf;
  2. enum TargetTypeOf;
  3. enum TargetTypeOf;
    template TargetTypeOf(T...)
    static if(is(T[0]))
    static if(!(is(T[0] == class)))
    static if(!(is(T[0] == interface)))
    static if(is(T[0] == struct))
    enum TargetTypeOf = TargetType.STRUCT;
  4. enum TargetTypeOf;
  5. enum TargetTypeOf;
  6. enum TargetTypeOf;
  7. enum TargetTypeOf;

Meta