Skip to content

Advance 0.0.3

Choose a tag to compare

@bigeasy bigeasy released this 10 Jan 15:59
· 145 commits to master since this release

Export Single Function

The forward qualification is not necessary. Reverse iterators are created by reversing the array passed into the constructor. Other iterator implementations export a forward and reverse constructor, but we don't need to mimic that here. The export object not an interface.

Issue by Issue

  • Add link to discussion to README. #17.
  • Release version 0.0.3. #16.
  • Export a single function. #15.