GDNativeVersion.hasArvr

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum bool hasArvr(int major : 1, int minor : 1);
  2. bool hasArvr [@property getter]
  3. enum bool hasArvr(int major : 1, int minor : 2);
  4. bool hasArvr [@property getter]
    struct GDNativeVersion
    @property @nogc nothrow pragma(inline, true) static
    static if(!(requiresArvr_1_2))
    bool
    hasArvr
    (
    int major : 1
    int minor : 2
    )
    ()
  5. bool hasArvr [@property getter]

Meta