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. enum bool hasCore(int major : 1, int minor : 2);
  6. bool hasCore [@property getter]
    struct GDNativeVersion
    @property @nogc nothrow pragma(inline, true) static
    static if(!(requiresCore_1_2))
    bool
    hasCore
    (
    int major : 1
    int minor : 2
    )
    ()
  7. bool hasCore [@property getter]

Meta