package hc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type key
type !'a t
val create : int -> 'a t
val clear : 'a t -> unit
val add : 'a t -> key -> 'a -> unit
val find : 'a t -> key -> 'a
val length : 'a t -> int
val stats : 'a t -> Stdlib.Hashtbl.statistics
OCaml

Innovation. Community. Security.