package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type item = {
  1. direct : int;
  2. indirect : int;
}
val v : unit -> t
val add : ?quantity:int -> t -> key -> unit
val iter : (key -> item -> unit) -> t -> unit
val get : t -> key -> item option
OCaml

Innovation. Community. Security.