This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module zstd.c.zstd; | |
// I am leaving comments in in this version so people can see what was done. | |
// extern (D) string ZSTD_QUOTE(T)(auto ref T str) | |
// { | |
// import std.conv : to; | |
// return to!string(str); | |
// } |