package decompress

  1. Overview
  2. Docs

Frequencies module.

This is the representation of the frequencies used by the deflate algorithm.

type t = int array * int array