GDNativeVersion.hasCore

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

Meta