Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Release 1.1.0

Compare
Choose a tag to compare
@surol surol released this 02 Nov 10:47
· 277 commits to master since this release
c3d08ff

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 iterable
    • reverseArray() to construct a reverted iterable of array elements