We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 861a7e2 + 7c61e9d commit 40d6460Copy full SHA for 40d6460
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