package
1.0.33
Repository: https://github.com/ncodes/go-datastructures.git
Documentation: pkg.go.dev

# Functions

New creates an empty DTrie with the given hashing function.

# Structs

Dtrie is a persistent hash trie that dynamically expands or shrinks to provide efficient memory allocation.

# Interfaces

Entry
Entry defines anything held within the data structure.