Node

fileprivate struct Node : Sendable
extension Trie.Node: Equatable where Value: Equatable
extension Trie.Node: Hashable where Value: Hashable

A node representing either one of the strings in a trie or a prefix thereof.