//
pkg.gl
Category
github.com/andrewelkins/adventofcode-go
data-structures
set
package
0.0.0-20241213194803-3cdea5b3260b
Repository:
https://github.com/andrewelkins/adventofcode-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
50 SLOC
#
Functions
NewIntSet
NewIntSet initializes a set with the values form the input int slice.
NewStringSet
NewStringSet initializes a set with the values form the input string slice.
#
Type aliases
IntSet
IntSet maintains a deduped list of strings added to it.
StringSet
StringSet maintains a deduped list of strings added to it.