RadixTree.TypedElt

Element type with typed key and value.

  1. struct TypedElt
    struct RadixTree(K, V)
    static if(RawTree.hasValue)
    struct TypedElt {}
  2. alias TypedElt = K

Members

Variables

key
K key;
Undocumented in source.
value
V value;
Undocumented in source.

Meta