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 = Target.Type.STRUCT;
  4. enum TargetTypeOf;

Meta