package
0.0.0-20240819202250-407441df0594
Repository: https://github.com/alexchao26/advent-of-code-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.