Parameter Make.1-F
Parameters
Signature
val create : ?size:int -> unit -> 'a tval create_from : 'a t -> 'a tval is_empty : 'a t -> boolval add : key -> 'a -> 'a t -> 'a tval remove : key -> 'a t -> 'a tval mem : key -> 'a t -> boolval find : key -> 'a t -> 'aval find_and_raise : key -> 'a t -> string -> 'aval iter : (key -> 'a -> unit) -> 'a t -> unitval map : (key -> 'a -> key * 'a) -> 'a t -> 'a tval fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b