DGraphSubTree.Tree
type t
module V : sig ... end
module E : sig ... end
val create : ?size:int -> unit -> t
val add_vertex : t -> V.t -> unit
val add_edge_e : t -> E.t -> unit