This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
Release 1.1.1
- Ease the
RevertibleIterable
API. Therevert()
method returnsIterable
instead ofRevertibleIterable
now - Implement generic
reverseIterable()
utility function. - Implement
reverse()
method of iterables constructed withAIterable.from()
usingreverseIterable()
function.