Skip to content

Fix slice() with plain iterators

Compare
Choose a tag to compare
@sanmai sanmai released this 27 Nov 14:46
· 59 commits to main since this release
v6.0.1
d846caf

slice() handled arrays and generators well, but on other iterators it didn't do so well. Not anymore.