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 : 0);
  2. bool hasAndroid [@property getter]
  3. bool hasAndroid [@property getter]
    struct GDNativeVersion
    @property @nogc nothrow static
    bool
    hasAndroid
    (
    int major
    int minor
    )
    ()
    if (
    !supportsAndroid!(major, minor)
    )

Meta