//
pkg.gl
Category
github.com/mirwing/go-datastructures
set
package
1.0.50
Repository:
https://github.com/mirwing/go-datastructures.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
111 SLOC
#
Functions
New
New is the constructor for sets.
#
Structs
Set
Set is an implementation of ISet using the builtin map type.