GDNativeVersion.hasAndroid

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

Meta