Parameters
Signature
val create : ?size:int -> unit -> 'a HM.tval is_empty : 'a HM.t -> boolval clear : 'a HM.t -> unitval nb_vertex : 'a HM.t -> intval iter_vertex : (HM.key -> unit) -> 'a HM.t -> unitval fold_vertex : (HM.key -> 'a -> 'a) -> 'b HM.t -> 'a -> 'a