Module Dependency.TVertexSource

Sourcetype t =
  1. | Struct of Ast.StructName.t
  2. | Enum of Ast.EnumName.t
Sourceval hash : t -> int
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval format_t : Format.formatter -> t -> unit
Sourceval get_info : t -> Ast.StructName.info