SDL_MIXER_VERSION_ATLEAST

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool SDL_MIXER_VERSION_ATLEAST(ubyte x, ubyte y, ubyte z)
    pragma(inline, true) nothrow @nogc
    static if(bindSDLMixer)
    bool
    SDL_MIXER_VERSION_ATLEAST
    (
    ubyte x
    ,
    ubyte y
    ,
    ubyte z
    )
  2. eponymoustemplate SDL_MIXER_VERSION_ATLEAST(ubyte x, ubyte y, ubyte z)

Meta