Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-04-23 12:47:23 -06:00
parent c9d7249305
commit dced9469f5
4 changed files with 113 additions and 80 deletions

View file

@ -199,6 +199,9 @@ where
}
pub fn next(&mut self) {
if !self.did_seek {
self.descend_to_first_item(self.tree, |_| true)
}
self.next_internal(|_| true)
}