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

Release 1.1.1

Compare
Choose a tag to compare
@surol surol released this 02 Nov 11:30
· 271 commits to master since this release
8de6c65
  • Ease the RevertibleIterable API. The revert() method returns Iterable instead of RevertibleIterable now
  • Implement generic reverseIterable() utility function.
  • Implement reverse() method of iterables constructed with AIterable.from() using reverseIterable() function.