Module trie_rs::map

source ·
Expand description

A trie that maps sequence of Labels to a Value.

Structs§

  • A trie for sequences of the type Label; each sequence has an associated Value.
  • A trie builder for Trie.