AsyncIterator icon indicating copy to clipboard operation
AsyncIterator copied to clipboard

feat: add uniq method to AsyncIterator

Open jeswr opened this issue 3 years ago • 1 comments

This add the method .uniq the the AsyncIterator which captures a common pattern used with AsyncIterators of filtering elements in the iterator such that only unique elements are passed through.

Since this uses the .filter method directly this will be unaffected by #59

jeswr avatar Apr 08 '22 09:04 jeswr

Coverage Status

Coverage remained the same at 100.0% when pulling 8e0d86365bf2c8120fbc68cf5b2a06b3e11206d8 on feat/uniq into 358608fa09ec87f90cd30190b8c0ffd96f727986 on main.

coveralls avatar Apr 08 '22 09:04 coveralls

Thanks a lot—releasing this now as v3.7.0.

RubenVerborgh avatar Aug 22 '22 20:08 RubenVerborgh