Versions in this module Expand all Collapse all v1 v1.0.0 Sep 21, 2025 Changes in this version + type Trie struct + func NewTrie[k any]() *Trie[k] + func (t *Trie[k]) FindLongestMatch(path string) k + func (t *Trie[k]) Insert(pathPrefix string, route k) + type TrieNode struct