The OpenD Programming Language

LZ4_stream_t

-

version(hasLZ4)
nothrow @nogc
struct LZ4_stream_t {
long[LZ4_STREAMSIZE_U64] table;
}

Meta