isValueAnnotation

Check if T is instance of ValueAnnotation

  1. enum bool isValueAnnotation(T);
  2. enum bool isValueAnnotation(alias T);
    @safe
    enum bool isValueAnnotation(alias T);

Meta