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
This is needed to implement Set, and useful by itself too.
The each implementation just needs to be translated into a state machine, but it's not quite as simple as the std::treemap one - it needs to store a node, index and then a stack of nodes/indices up to the root.