RadixTree.insert

Insert key.

  1. bool insert(K key, V value)
  2. bool insert(K key)
    struct RadixTree(K, V)
    @nogc
    bool
    insert
    (
    K key
    )

Return Value

Type: bool

true if key wasn't previously added, false otherwise.

Meta