Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Patch 1.2.1

Compare
Choose a tag to compare
@katsaii katsaii released this 11 May 00:40

This release brings refactors and additions to iterators and removes indexable iterators, since they were not as useful as I had hoped they would be.

  • Renamed append to extend
  • The drop and take operations are now lazy
  • Added nth method.
  • Removed seek, nudge, reset, and location methods.