GDNativeVersion.hasNet

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

Meta