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]
  5. bool hasArvr [@property getter]
    struct GDNativeVersion
    @property @nogc nothrow static
    bool
    hasArvr
    (
    int major
    int minor
    )
    ()
    if (
    !supportsArvr!(major, minor)
    )

Meta