?size:int ->
unit ->
object
  val current : ('a, unit) Hashtbl.t
  method add : '-> unit
  method mem : '-> bool
  method remove : '-> unit
end