miniz_oxide::inflate::core

Constant 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.