You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to get the direct children of a node with trie-rs? I saw there are predictive_search() and postfix_search(), but they return all descendants and don't guarantee the order of the returned nodes.
The text was updated successfully, but these errors were encountered:
Is it possible to get the direct children of a node with
trie-rs
? I saw there arepredictive_search()
andpostfix_search()
, but they return all descendants and don't guarantee the order of the returned nodes.The text was updated successfully, but these errors were encountered: