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]
    struct GDNativeVersion
    @property @nogc nothrow pragma(inline, true) static
    static if(!(requiresNet_3_2))
    bool
    hasNet
    (
    int major : 3
    int minor : 2
    )
    ()
  5. bool hasNet [@property getter]

Meta