WIP
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
c9d7249305
commit
dced9469f5
4 changed files with 113 additions and 80 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue