package
0.0.0-20240514010656-77610c5081cf
Repository: https://github.com/akmistry/go-util.git
Documentation: pkg.go.dev

# Structs

Tree implements a radix tree (https://en.wikipedia.org/wiki/Radix_tree) with uint64 keys.

# Interfaces

Item represents a single object in the tree, with a uint64 key.

# Type aliases

IterFunc allows callers to iterate over the tree with Ascend/Descend* functions.
No description provided by the author