HTS_PATH_SEPARATOR_CHAR

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_CHAR;
    version(Windows)
    @system nothrow @nogc extern (C)
    enum HTS_PATH_SEPARATOR_CHAR = ';';
  2. enum HTS_PATH_SEPARATOR_CHAR;

Meta