package
0.0.0-20241018004246-86c88120723d
Repository: https://github.com/kengbailey/golang-ref.git
Documentation: pkg.go.dev
# Functions
Same determines wether the trees t1 and t2 contain the same values.
Same checks wether two trees a and b contain the same values.
Same determines wether the trees t1 and t2 contain the same values.
Walk walks the tree sending all values from the tree to the channel.
Walk walks the tree using a closure, sending all values to channel ch.
Walk walks the tree sending all values from the tree to the channel.
# Structs
SafeCounter is safe to use concurrently.