Skip to content

Commit 40d6460

Browse files
authored
Merge pull request #337 from goretkin/patch-1
Demonstrate `subtrie`
2 parents 861a7e2 + 7c61e9d commit 40d6460

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/trie.rst

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ An implementation of the `Trie` data structure. This is an associative structure
1212
haskey(t,"Rob") #true
1313
get(t,"Rob",nothing) #42
1414
keys(t) # "Rob", "Roger"
15+
keys(subtrie(t, "Ro")) # "b", "ger"
1516

1617
Constructors::
1718

0 commit comments

Comments
 (0)