//
pkg.gl
Category
github.com/sunvim/utils
radix
package
0.1.0
Repository:
https://github.com/sunvim/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
473 SLOC
#
Functions
New
New returns an empty Tree.
NewFromMap
NewFromMap returns a new tree containing the keys from an existing map.
#
Structs
Tree
Tree implements a radix tree.
#
Type aliases
WalkFn
WalkFn is used when walking the tree.