lzmaCheckIsSupported

fnbool lzmaCheckIsSupported(lzma_check check) @safe @nogc nothrow

Returns true if the given Check ID is supported by this liblzma build.

Parameters

checkThe Check ID to test.

Returns

true if supported, false otherwise.