mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-01 05:56:56 +08:00
a252bb1e3f
Make `__next__` and `seek` share code instead of seek() calling `__next__`. This avoids having to make a large number of integer comparisons and `asanyarray` calls when seeking more than one tick forward.