Fix Prev() to behave like Next() in reverse
Enumerator.Prev() would return the next item if there was no hit. This fix instead changes Prev to return previous item as expected. Resolving issue https://github.com/cznic/b/issues/6.
Showing
Enumerator.Prev() would return the next item if there was no hit. This fix instead changes Prev to return previous item as expected. Resolving issue https://github.com/cznic/b/issues/6.
mentioned in commit 0f0644ab
·mentioned in commit 0f0644ab