mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 04:25:38 +08:00
502fbf5357
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.