Versions in this module Expand all Collapse all v0 v0.9.2 May 11, 2021 Changes in this version + func Equal(a, b Nodes) bool + func Int64sEqual(a, b Int64s) bool + func IntsEqual(a, b Ints) bool + type Int64s map[int64]struct + func (s Int64s) Add(e int64) + func (s Int64s) Count() int + func (s Int64s) Has(e int64) bool + func (s Int64s) Remove(e int64) + type Ints map[int]struct + func (s Ints) Add(e int) + func (s Ints) Count() int + func (s Ints) Has(e int) bool + func (s Ints) Remove(e int) + type Nodes map[int64]graph.Node + func CloneNodes(src Nodes) Nodes + func IntersectionOfNodes(a, b Nodes) Nodes + func NewNodes() Nodes + func NewNodesSize(n int) Nodes + func UnionOfNodes(a, b Nodes) Nodes + func (s Nodes) Add(n graph.Node) + func (s Nodes) Count() int + func (s Nodes) Has(n graph.Node) bool + func (s Nodes) Remove(e graph.Node)