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's not currently not possible to iterate a BTreeMap in reverse, so implementing a DoubleEndedIterator to provide that functionality would make it more usable.
It's not currently not possible to iterate a
BTreeMapin reverse, so implementing aDoubleEndedIteratorto provide that functionality would make it more usable.