ZSTD_VERSION_STRING

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
enum ZSTD_VERSION_STRING = format!"%d.%d.%d"(ZSTD_VERSION_MAJOR, ZSTD_VERSION_MINOR, ZSTD_VERSION_RELEASE);

Meta