Module Dependency.TVertex

type t =
| Struct of Shared_ast.StructName.t
| Enum of Shared_ast.EnumName.t
val format_t : Stdlib.Format.formatter -> t -> unit
val get_info : t -> Shared_ast.StructName.info
include Graph.Sig.COMPARABLE with type t := t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool