itertools icon indicating copy to clipboard operation
itertools copied to clipboard

Add `zip_clones`, zips an iterator with clones of a value

Open barakugav opened this issue 6 months ago • 7 comments

Similar to `iter.zip(repeat_n(val, n))' but does not require knowing n

barakugav avatar Sep 01 '24 09:09 barakugav