package base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val create : ?growth_allowed:bool -> ?size:int -> 'a Hashtbl.Key.t -> 'a t
val of_list : ?growth_allowed:bool -> ?size:int -> 'a Hashtbl.Key.t -> 'a list -> 'a t