Diff
Type
ComputableDAGs.Diff
— TypeDiff
A 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 .addedNodes
, .addedEdges
, .removedNodes
and .removedEdges
.
Printing
Base.show
— Methodshow(io::IO, diff::Diff)
Pretty-print a Diff
. Called via print, println and co.