package
0.0.0-20241129173623-a09f9a9520cc
Repository: https://github.com/jbduncan/go-containers.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
Equal returns true if graph a and graph b meet the following rules, otherwise, it returns false: - a.IsDirected() == b.IsDirected() - a.AllowsSelfLoops() == b.AllowsSelfLoops() - a.Nodes() and b.Nodes() are equal according to set.Equal - a.Edges() and b.Edges() are equal according to set.Equal
This method should be used over ==, the behaviour of which is undefined.
No description provided by the author