package
0.0.0-20241210113142-73b1467ff48a
Repository: https://github.com/busser/adventofcode.git
Documentation: pkg.go.dev

# Functions

Contains reports whether v is within s.
Index returns the index of the first instance of v in s, or -1 if v is not present in s.
Reverse reorders the elements of s in place so that any two elements of s that were previously in a certain order are now in the opposite order.