Trie.put

Put a value as both a key and a value.

@param v The value and key @return True if the Trie had capacity to add the field.

  1. bool put(string s, V v)
  2. bool put(V v)
    interface Trie(V)
    bool
    put
    (
    V v
    )

Meta