package
0.0.0-20241211095808-1f5627bbfe11
Repository: https://github.com/muer/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.