Class Hashset.hashset


class ['a] hashset : ?size:int -> unit -> object .. end

val current : ('a, unit) Hashtbl.t
The state of the hashset.
method mem : 'a -> bool
Answer (quickly!) to the question if x is a member of the set.
method add : 'a -> unit
Add the element to the set
method remove : 'a -> unit
Remove the element from the set