Module type CCHashSet.S
val create : int -> tcreate nmakes a new set with the given capacityn.
val clear : t -> unitclear sremoves all elements froms.
val cardinal : t -> intcardinal sreturns the number of elements ins.
val find_exn : t -> elt -> eltfind_exn s xreturnsyifxandyare equal, andmem s y.- raises Not_found
if
xnot ins.