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
It would be nice to begin iteration from an arbitrary point in the trie.
I notice the current iterator setup is slightly involved due to the parent pointer stack, but it would be nice to be able to construct this with an initial value offset.
It seems like this would not be a large addition, but I was curious how you would feel about the change and whether you think it would be an acceptable change?
The text was updated successfully, but these errors were encountered:
It would be nice to begin iteration from an arbitrary point in the trie.
I notice the current iterator setup is slightly involved due to the parent pointer stack, but it would be nice to be able to construct this with an initial value offset.
It seems like this would not be a large addition, but I was curious how you would feel about the change and whether you think it would be an acceptable change?
The text was updated successfully, but these errors were encountered: