package
0.0.0-20241213194803-3cdea5b3260b
Repository: https://github.com/andrewelkins/adventofcode-go.git
Documentation: pkg.go.dev

# Functions

NewIntSet initializes a set with the values form the input int slice.
NewStringSet initializes a set with the values form the input string slice.

# Type aliases

IntSet maintains a deduped list of strings added to it.
StringSet maintains a deduped list of strings added to it.