Constant miniz_oxide::inflate::core::LENGTH_BASE

source ยท
const LENGTH_BASE: [u16; 32];
Expand description

Base length for each length code.

The base is used together with the value of the extra bits to decode the actual length/distance values in a match.