- Don't emit any values from resulting streams if collection is empty.
- Skip duplicate values emitted from
currentIndex
. This should prevent thecurrent
andprevious
property streams from being the same collection member at any time.
- Fix wrapping index in reverse
- Initial feature set