Skip to content

Fix Prev() to behave like Next() in reverse

Andrey Elenskiy requested to merge timoha:fix-enum-prev into master

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.

Merge request reports