package mlbdd

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

Parameters

module H : Stdlib.Hashtbl.HashedType

Signature

type key = H.t
type 'a t
val create : int -> 'a t
val replace : 'a t -> key -> 'a -> unit
val remove : 'a t -> key -> unit
val find : 'a t -> key -> 'a
val mem : 'a t -> key -> bool
val iter : (key -> 'a -> unit) -> 'a t -> unit
val clear : 'a t -> unit
val length : 'a t -> int