lz4

Undocumented in source.

Members

Enums

Endianess
enum Endianess

CTFEable LZ4 decompressor Copyright © 2016 Stefan Koch All rights reserved

Functions

decodeLZ4Block
ubyte[] decodeLZ4Block(ubyte[] input, uint blockLength)
Undocumented in source.
decodeLZ4File
ubyte[] decodeLZ4File(ubyte[] data)
Undocumented in source.
fromBytes
T fromBytes(ubyte[] _data)
Undocumented in source. Be warned that the author may not have intended to support it.
unlikely
auto unlikely(T expressionValue)

JUST TO DEMONSTRATE THAT IT IS UNLIKELY :)

Structs

LZ4Header
struct LZ4Header
Undocumented in source.

Meta