package stk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Stk.PackerSource

Sourcetype t = {
  1. min : int;
  2. max : int;
  3. mutable expand : int;
  4. mutable current : int;
  5. mutable fixed : bool;
}
Sourcemodule type Elt = sig ... end
Sourcemodule Make (E : Elt) : sig ... end
OCaml

Innovation. Community. Security.