crossbeam_skiplist::Range
rewinds to the head after it was exhausted
#1142
Labels
crossbeam_skiplist::Range
rewinds to the head after it was exhausted
#1142
Hi, I found that the implementation of the
Iterator
trait forRange
will rewind to the head after it is exhausted. The test case below can reproduce this behavior. Is it an expected behavior or should this be a bug?The text was updated successfully, but these errors were encountered: