We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
subtrie
1 parent 861a7e2 commit 7c61e9dCopy full SHA for 7c61e9d
doc/source/trie.rst
@@ -12,6 +12,7 @@ An implementation of the `Trie` data structure. This is an associative structure
12
haskey(t,"Rob") #true
13
get(t,"Rob",nothing) #42
14
keys(t) # "Rob", "Roger"
15
+ keys(subtrie(t, "Ro")) # "b", "ger"
16
17
Constructors::
18
0 commit comments