//
pkg.gl
Category
github.com/alexchao26/advent-of-code-go
data-structures
set
package
0.0.0-20240819202250-407441df0594
Repository:
https://github.com/alexchao26/advent-of-code-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
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.