package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Sep 21, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Leaf[T any] struct {
Path []string
Value T
}
type Trie[T any] struct {
deadlock.RWMutex
}
func (t *Trie[T]) Leaves() (leaves []Leaf[T])
Get a list of all partial matches for a sequence, if any.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.