Skip to content

Advance 0.0.1

Choose a tag to compare

@bigeasy bigeasy released this 28 Dec 05:42
· 153 commits to master since this release

Forward Iterator

Create a rough sketch of a forward iterator. The forward iterator iterates across an array. It has an interface similar to the interfaces in Designate and Skip.

Issue by Issue

  • Optional fix up function. #10.
  • Invoke unlock in testing. #9.
  • Rough sketch of forward iterator. #7.