zdictErrorName
fn
string zdictErrorName(size_t code) @safeReturns the error name for the given ZDICT result code as a D string.
Parameters
code | The return value from a ZDICT function. |
Returns
A D string describing the error, or an empty string if not an error.