lzma_index_iter

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (C) nothrow @nogc
static if(BOTAN_HAS_LZMA)
struct lzma_index_iter {}

Members

Structs

BlockStruct
struct BlockStruct
Undocumented in source.
StreamStruct
struct StreamStruct
Undocumented in source.

Unions

InternalData
union InternalData
Undocumented in source.

Variables

block
BlockStruct block;
Undocumented in source.
internal
InternalData[6] internal;
Undocumented in source.
m_stream
StreamStruct m_stream;
Undocumented in source.

Meta