This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
Release 1.1.0
Introduce revertible iterables support:
RevertibleIterable
interface (already implemented by arrays)AIterable.reverse()
method- Special arrays treatment
- Additional utility methods:
itsLast()
to find the last element of iterablereverseArray()
to construct a reverted iterable of array elements