RadixTree.TypedElt

Element type with typed key and value.

struct RadixTree(K, V)
struct TypedElt {
K key;
V value;
}

Meta