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
A RootedTreeIterator iterates over view to mutable internal caches for performance (as documented). It can be convenient to specialize collect such that copies are made automatically, i.e., basically collect(::RootedTreeIterator) = map(copy, ::RootedTreeIterator).