?size:int ->
unit ->
object
  val current : ('a, 'b) Hashtbl.t
  method add : '-> '-> unit
  method add_list : ('a * 'b) list -> unit
  method bound : '-> bool
  method get : ('a, 'b) Hashtbl.t
  method lookup : '-> 'b
  method mem : '-> '-> bool
  method memq : '-> '-> bool
  method remove : '-> unit
  method replace : '-> '-> unit
  method to_list : ('a * 'b) list
end