Module Stdune.Hashtbl

module type S = Stdune__Hashtbl_intf.S
module Make : functor (Key : sig ... end) -> S with type key = Key.t
val hash : 'a -> int