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

Readers and Indices

Compare
Choose a tag to compare
@katsaii katsaii released this 07 May 01:40

This release brings significant changes to iterators, and the inclusion of more primitive "reader" structs for common data structures. The most important change is the ability to create indexable iterators by including an implementation of the __seek__ method.

  • Made naming more consistent
  • Updated documentation
  • Renamed iterator_range to just range
  • Packaged documentation into zip