HTS_PATH_SEPARATOR_STR

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum HTS_PATH_SEPARATOR_STR;
    version(Windows)
    @system nothrow @nogc extern (C)
    enum HTS_PATH_SEPARATOR_STR = ";";
  2. enum HTS_PATH_SEPARATOR_STR;

Meta