//
pkg.gl
Category
github.com/agilebits/gods
sets
package
1.12.0
Repository:
https://github.com/agilebits/gods.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
12 SLOC
#
Packages
hashset
Package hashset implements a set backed by a hash table.
linkedhashset
Package linkedhashset is a set that preserves insertion-order.
treeset
Package treeset implements a tree backed by a red-black tree.
#
Interfaces
Set
Set interface that all sets implement.