Diff
Type
ComputableDAGs.Diff — TypeDiffA named tuple representing a difference of added and removed nodes and edges on a DAG.
Properties
Base.length — Methodlength(diff::Diff)Return a named tuple of the lengths of the added/removed nodes/edges. The fields are .added_nodes, .added_edges, .removed_nodes and .removed_edges.
Printing
Base.show — Methodshow(io::IO, diff::Diff)Pretty-print a Diff. Called via print, println and co.