package decompress

  1. Overview
  2. Docs

Module Zlib_deflate.F

Frequencies module.

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

type t = int array * int array