GRN_QUERY_AND_NOT

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum GRN_QUERY_AND_NOT;
    extern (C) nothrow @nogc
    static if(!__traits(compiles, .GRN_QUERY_AND_NOT))
    static if(__traits(compiles, .GRN_QUERY_BUT))
    enum GRN_QUERY_AND_NOT = .GRN_QUERY_BUT;
  2. enum GRN_QUERY_AND_NOT;

Meta