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
The API stays mostly the same, except that using NodeIds is always
unsafe now, and some trait implementations have disappeared. The Default
implementation for Tree didn't seem to make much semantic sense.
On the other hand, there are some new derived trait implementations, and
iterators now implement ExactSizeIterator and DoubleEndedIterator where
possible. IntoValues is replaced with IntoIter and an IntoIterator
implementation.
0 commit comments