package
0.0.0-20221216143356-66ceba885ebc
Repository: https://github.com/infobloxopen/go-trees.git
Documentation: pkg.go.dev

# Constants

Key32BitSize is an alias for bitsize of 32-bit radix tree's key.
Key64BitSize is an alias for bitsize of 64-bit radix tree's key.

# Structs

Node32 is an element of radix tree with 32-bit unsigned integer as a key.
Node64 is an element of radix tree with 64-bit unsigned integer as a key.