package containers

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type !'a sequence = ('a -> unit) -> unit
type !'a eq = 'a -> 'a -> bool
type !'a hash = 'a -> int
val get : ('a, 'b) Hashtbl.t -> 'a -> 'b option
val keys : ('a, 'b) Hashtbl.t -> 'a sequence
val values : ('a, 'b) Hashtbl.t -> 'b sequence
val to_seq : ('a, 'b) Hashtbl.t -> ('a * 'b) sequence
val of_seq : ('a * 'b) sequence -> ('a, 'b) Hashtbl.t
val to_list : ('a, 'b) Hashtbl.t -> ('a * 'b) list
val of_list : ('a * 'b) list -> ('a, 'b) Hashtbl.t
module type S = sig ... end
module Make (X : Hashtbl.HashedType) : sig ... end
module type DEFAULT = sig ... end
module MakeDefault (X : Hashtbl.HashedType) : sig ... end
module type COUNTER = sig ... end
module MakeCounter (X : Hashtbl.HashedType) : sig ... end
OCaml

Innovation. Community. Security.