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

Equal returns true if set a has the same elements as set b in any order.
Of returns a new non-nil, empty MapSet, which implements Set and MutableSet.
StringImpl is a helper function for implementors of Set.String.
Union returns the set union of sets a and b.
Unmodifiable wraps a given set as a read-only Set view.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

MutableSet is a Set with additional methods for adding and removing elements.
Set is a generic, unordered collection of unique elements.