Hash_gen.Sval create : int -> 'a tval clear : 'a t -> unitval reset : 'a t -> unitreturn the key found in the hashtbl. Use case: when you find the key existed in hashtbl, you want to use the one stored in the hashtbl. (they are semantically equivlanent, but may have other information different)
val length : 'a t -> int